IModel
ModelDependencies
FindEntityType(String)
FindEntityType(Type)
FindEntityType(String, String, IEntityType)
FindEntityType(Type, String, IEntityType)
FindEntityTypes(Type)
FindLeastDerivedEntityTypes(Type, Func<IReadOnlyEntityType, Boolean>)
FindRuntimeEntityType(Type)
FindTypeMappingConfiguration(Type)
GetEntityTypes()
GetModelDependencies()
GetTypeMappingConfigurations()
IsIndexerMethod(MethodInfo)
AsModel(IModel, String)
EnsureRelationalModel(IModel)
FindDbFunction(IModel, MethodInfo)
FindDbFunction(IModel, String)
FindEntityType(IModel, Type)
FindEntityType(IModel, Type, String, IEntityType)
FindRuntimeEntityType(IModel, Type)
FindSameTypeNameWithDifferentNamespace(IModel, Type)
FindSequence(IModel, String, String)
GetChangeTrackingStrategy(IModel)
GetDbFunctions(IModel)
GetEntityTypes(IModel, String)
GetEntityTypes(IModel, Type)
GetEntityTypesInHierarchicalOrder(IModel)
GetFluentApiCalls(IModel, IAnnotationCodeGenerator)
GetMaxIdentifierLength(IModel)
GetProductVersion(IModel)
GetPropertyAccessMode(IModel)
GetRelationalDependencies(IModel, String)
GetRelationalModel(IModel)
GetRootEntityTypes(IModel)
GetSequences(IModel)
HasEntityTypeWithDefiningNavigation(IModel, String)
HasEntityTypeWithDefiningNavigation(IModel, Type)
Relational(IModel)
Scaffolding(IModel)
ShouldBeOwnedType(IModel, String)
ShouldBeOwnedType(IModel, Type)
SqlServer(IModel)
ToDebugString(IModel, String)
net9.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IModel : IAnnotatable, IReadOnlyAnnotatable, IReadOnlyModel
{
virtual RuntimeModelDependencies! GetModelDependencies();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.010.0 |
Information specific to net9.0 | |
Assembly | Microsoft.EntityFrameworkCore , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore (9.0.3) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API