IMutableModel
AddEntityType(String)
AddEntityType(Type)
AddEntityType(String, Type)
AddEntityType(String, String, IMutableEntityType)
AddEntityType(Type, String, IMutableEntityType)
AddIgnored(String)
AddIgnored(Type)
AddOwned(Type)
AddOwnedEntityType(String)
AddOwnedEntityType(Type)
AddOwnedEntityType(String, Type)
AddQueryType(Type)
AddShared(Type)
DelayConventions()
FinalizeModel()
FindEntityType(String)
FindEntityType(Type)
FindEntityType(String, String, IMutableEntityType)
FindEntityType(Type, String, IMutableEntityType)
FindEntityTypes(Type)
FindLeastDerivedEntityTypes(Type, Func<IReadOnlyEntityType, Boolean>)
GetEntityTypes()
IsIgnored(String)
IsIgnored(Type)
IsOwned(Type)
RemoveEntityType(IMutableEntityType)
RemoveEntityType(String)
RemoveEntityType(Type)
RemoveEntityType(String, String, IMutableEntityType)
RemoveEntityType(Type, String, IMutableEntityType)
RemoveIgnored(String)
RemoveIgnored(Type)
RemoveOwned(Type)
RemoveShared(Type)
SetChangeTrackingStrategy(ChangeTrackingStrategy?)
SetEmbeddedDiscriminatorName(String)
SetPropertyAccessMode(PropertyAccessMode?)
AddDbFunction(IMutableModel, MethodInfo)
AddDbFunction(IMutableModel, String, Type)
AddSequence(IMutableModel, String, String)
FindDbFunction(IMutableModel, MethodInfo)
FindDbFunction(IMutableModel, String)
FindEntityType(IMutableModel, Type)
FindEntityType(IMutableModel, Type, String, IMutableEntityType)
FindSequence(IMutableModel, String, String)
GetDbFunctions(IMutableModel)
GetOrAddEntityType(IMutableModel, String)
GetOrAddEntityType(IMutableModel, Type)
GetSequences(IMutableModel)
Relational(IMutableModel)
RemoveDbFunction(IMutableModel, MethodInfo)
RemoveDbFunction(IMutableModel, String)
RemoveEntityType(IMutableModel, IMutableEntityType)
RemoveEntityType(IMutableModel, Type)
RemoveEntityType(IMutableModel, Type, String, IMutableEntityType)
RemoveSequence(IMutableModel, String, String)
SetChangeTrackingStrategy(IMutableModel, ChangeTrackingStrategy)
SetCollation(IMutableModel, String)
SetDatabaseMaxSize(IMutableModel, String)
SetDatabaseName(IMutableModel, String)
SetDefaultContainer(IMutableModel, String)
SetDefaultSchema(IMutableModel, String)
SetDiscriminatorInKey(IMutableModel, Nullable<IdDiscriminatorMode>)
SetHasShadowIds(IMutableModel, Nullable<Boolean>)
SetHiLoSequenceName(IMutableModel, String)
SetHiLoSequenceSchema(IMutableModel, String)
SetIdentityIncrement(IMutableModel, Nullable<Int32>)
SetIdentitySeed(IMutableModel, Nullable<Int64>)
SetMaxIdentifierLength(IMutableModel, Int32?)
SetPerformanceLevelSql(IMutableModel, String)
SetProductVersion(IMutableModel, String)
SetPropertyAccessMode(IMutableModel, PropertyAccessMode?)
SetSequenceNameSuffix(IMutableModel, String)
SetSequenceSchema(IMutableModel, String)
SetServiceTierSql(IMutableModel, String)
SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)
SetValueGenerationStrategy(IMutableModel, Nullable<SqlServerValueGenerationStrategy>)
SqlServer(IMutableModel)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore
{
public static class MutableModelExtensions
{
public static void SetChangeTrackingStrategy(this IMutableModel model, ChangeTrackingStrategy changeTrackingStrategy);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API