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)
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?)
SetDatabaseMaxSize(IMutableModel, String)
SetDatabaseName(IMutableModel, String)
SetDefaultContainer(IMutableModel, String)
SetDefaultFullTextSearchLanguage(IMutableModel, String)
SetDiscriminatorInKey(IMutableModel, Nullable<IdDiscriminatorMode>)
SetHasShadowIds(IMutableModel, Nullable<Boolean>)
SetHiLoSequenceName(IMutableModel, String)
SetHiLoSequenceSchema(IMutableModel, String)
SetIdentityIncrement(IMutableModel, Int32?)
SetIdentitySeed(IMutableModel, Int64?)
SetPerformanceLevelSql(IMutableModel, String)
SetProductVersion(IMutableModel, String)
SetSequenceNameSuffix(IMutableModel, String)
SetSequenceSchema(IMutableModel, String)
SetServiceTierSql(IMutableModel, String)
SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)
SetValueGenerationStrategy(IMutableModel, SqlServerValueGenerationStrategy?)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IMutableModel : IReadOnlyAnnotatable, IMutableAnnotatable, IReadOnlyModel
{
IMutableEntityType! AddOwnedEntityType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.NonPublicConstructors | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.NonPublicFields | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.NonPublicProperties | DynamicallyAccessedMemberTypes.Interfaces)] Type! type);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.2.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.2) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API