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>)
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
{
IEnumerable<IMutableForeignKey!>! GetContainingForeignKeys();
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.011.0 |
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API