IMutableProperty
DeclaringEntityType
IsAutoLoaded
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>)
FindOverrides(IMutableProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)
GetOrCreateOverrides(IMutableProperty, StoreObjectIdentifier)
GetOverrides(IMutableProperty)
RemoveOverrides(IMutableProperty, StoreObjectIdentifier)
SetCollation(IMutableProperty, String)
SetColumnName(IMutableProperty, String)
SetColumnName(IMutableProperty, String, StoreObjectIdentifier)
SetColumnOrder(IMutableProperty, Int32?)
SetColumnType(IMutableProperty, String)
SetComment(IMutableProperty, String)
SetComputedColumnSql(IMutableProperty, String)
SetDefaultConstraintName(IMutableProperty, String)
SetDefaultValue(IMutableProperty, Object)
SetDefaultValueSql(IMutableProperty, String)
SetFullTextSearchLanguage(IMutableProperty, String)
SetHiLoSequenceName(IMutableProperty, String)
SetHiLoSequenceSchema(IMutableProperty, String)
SetIdentityIncrement(IMutableProperty, Int32?)
SetIdentityIncrement(IMutableProperty, Int32?, StoreObjectIdentifier)
SetIdentitySeed(IMutableProperty, Int64?)
SetIdentitySeed(IMutableProperty, Int64?, StoreObjectIdentifier)
SetIsFixedLength(IMutableProperty, Boolean?)
SetIsFullTextSearchEnabled(IMutableProperty, Nullable<Boolean>)
SetIsSparse(IMutableProperty, Boolean?)
SetIsStored(IMutableProperty, Boolean?)
SetJsonPropertyName(IMutableProperty, String)
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>)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IMutableProperty : IReadOnlyAnnotatable, IMutableAnnotatable, IMutablePropertyBase, IReadOnlyProperty, IReadOnlyPropertyBase
{
bool IsAutoLoaded { get; set; }
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.3.26207.106) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API