IMutableProperty
DeclaringEntityType
IsConcurrencyToken
IsNullable
Sentinel
ValueGenerated
FindContainingPrimaryKey()
FindFirstPrincipal()
GetContainingForeignKeys()
GetContainingIndexes()
GetContainingKeys()
GetElementType()
GetPrincipals()
SetAfterSaveBehavior(PropertySaveBehavior?)
SetBeforeSaveBehavior(PropertySaveBehavior?)
SetElementType(Type)
SetIsUnicode(Boolean?)
SetJsonValueReaderWriterType(Type)
SetMaxLength(Int32?)
SetPrecision(Int32?)
SetProviderClrType(Type)
SetProviderValueComparer(Type)
SetProviderValueComparer(ValueComparer)
SetScale(Int32?)
SetTypeMapping(CoreTypeMapping)
SetValueComparer(Type)
SetValueComparer(ValueComparer)
SetValueConverter(Type)
SetValueConverter(ValueConverter)
SetValueGeneratorFactory(Type)
SetValueGeneratorFactory(Func<IProperty, ITypeBase, ValueGenerator>)
SetFullTextSearchLanguage(IMutableProperty, String)
SetHiLoSequenceName(IMutableProperty, String)
SetHiLoSequenceSchema(IMutableProperty, String)
SetIdentityIncrement(IMutableProperty, Int32?)
SetIdentityIncrement(IMutableProperty, Int32?, StoreObjectIdentifier)
SetIdentitySeed(IMutableProperty, Int64?)
SetIdentitySeed(IMutableProperty, Int64?, StoreObjectIdentifier)
SetIsFullTextSearchEnabled(IMutableProperty, Nullable<Boolean>)
SetIsSparse(IMutableProperty, Boolean?)
SetJsonPropertyName(IMutableProperty, String)
SetSequenceName(IMutableProperty, String)
SetSequenceSchema(IMutableProperty, String)
SetSrid(IMutableProperty, Int32?)
SetValueGenerationStrategy(IMutableProperty, SqliteValueGenerationStrategy?)
SetValueGenerationStrategy(IMutableProperty, SqlServerValueGenerationStrategy?)
SetValueGenerationStrategy(IMutableProperty, SqliteValueGenerationStrategy?, StoreObjectIdentifier)
SetValueGenerationStrategy(IMutableProperty, SqlServerValueGenerationStrategy?, StoreObjectIdentifier)
SetVectorDimensions(IMutableProperty, Nullable<Int32>)
SetVectorDistanceFunction(IMutableProperty, Nullable<DistanceFunction>)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IMutableProperty : IReadOnlyAnnotatable, IMutableAnnotatable, IMutablePropertyBase, IReadOnlyProperty, IReadOnlyPropertyBase
{
[Obsolete("Use DeclaringType and cast to IMutableEntityType or IMutableComplexType")]
virtual IMutableEntityType! DeclaringEntityType { get; }
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Obsolete | Use DeclaringType and cast to IMutableEntityType or IMutableComplexType |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API