Model
DefaultEmbeddedDiscriminatorName
DefaultPropertyAccessMode
DefaultPropertyBagType
Model(Guid?)
Model(ConventionSet, ModelDependencies, ModelConfiguration)
Builder
Configuration
ConventionDispatcher
DebugView
IsInModelSnapshot
IsReadOnly
ModelId
RelationalModel
ScopedModelDependencies
SkipDetectChanges
AddComplex(Type, ConfigurationSource)
AddComplexType(ComplexType)
AddEntityType(String, Boolean, ConfigurationSource)
AddEntityType(Type, Boolean, ConfigurationSource)
AddEntityType(String, String, EntityType, ConfigurationSource)
AddEntityType(String, Type, Boolean, ConfigurationSource)
AddEntityType(Type, String, EntityType, ConfigurationSource)
AddIgnored(String, ConfigurationSource)
AddIgnored(Type, ConfigurationSource)
AddIgnored(String, Type, ConfigurationSource)
AddOwned(Type, ConfigurationSource)
AddProperty(Property)
AddShared(Type, ConfigurationSource)
DelayConventions()
FinalizeModel()
FindActualEntityType(EntityType)
FindClrType(String)
FindComplexType(String)
FindEntityType(String)
FindEntityType(Type)
FindEntityType(String, String, EntityType)
FindEntityType(Type, String, EntityType)
FindEntityTypes(Type)
FindIgnoredConfigurationSource(String)
FindIgnoredConfigurationSource(Type)
FindIndexerPropertyInfo(Type)
FindIsComplexConfigurationSource(Type)
FindIsOwnedConfigurationSource(Type)
FindIsSharedConfigurationSource(Type)
FindProperties(Type)
FindTypeMappingConfiguration(Type)
GetChangeTrackingStrategy()
GetChangeTrackingStrategyConfigurationSource()
GetDisplayName(Type)
GetEmbeddedDiscriminatorName()
GetEmbeddedDiscriminatorNameConfigurationSource()
GetEntityTypes()
GetEntityTypes(String)
GetPropertyAccessMode()
GetPropertyAccessModeConfigurationSource()
GetTypeMappingConfigurations()
IsIgnored(String)
IsIgnored(Type)
IsIgnoredType(Type)
IsIndexerMethod(MethodInfo)
IsOwned(Type)
IsShared(Type)
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
OnModelFinalized()
RemoveComplexType(ComplexType)
RemoveEntityType(EntityType)
RemoveEntityType(String)
RemoveEntityType(Type)
RemoveEntityType(String, String, EntityType)
RemoveEntityType(Type, String, EntityType)
RemoveIgnored(String)
RemoveIgnored(Type)
RemoveOwned(Type)
RemoveProperty(Property)
RemoveShared(Type)
SetChangeTrackingStrategy(ChangeTrackingStrategy?, ConfigurationSource)
SetEmbeddedDiscriminatorName(String, ConfigurationSource)
SetPropertyAccessMode(PropertyAccessMode?, ConfigurationSource)
SetSkipDetectChanges(Boolean?)
Track<T>(Func<T>, IConventionForeignKey)
net11.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public class Model : ConventionAnnotatable, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionModel, IModel, IMutableAnnotatable, IMutableModel, IRuntimeModel, IReadOnlyModel
{
public virtual bool IsInModelSnapshot { get; }
}
}
| .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.7.26381.103) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API