IConventionEntityType
BaseType
Builder
IsKeyless
AddForeignKey(IConventionProperty, IConventionKey, IConventionEntityType, Boolean)
AddForeignKey(IReadOnlyList<IConventionProperty>, IConventionKey, IConventionEntityType, Boolean, Boolean)
AddIndex(IConventionProperty, Boolean)
AddIndex(IConventionProperty, String, Boolean)
AddIndex(IReadOnlyList<IConventionProperty>, Boolean)
AddIndex(IReadOnlyList<IConventionProperty>, String, Boolean)
AddKey(IConventionProperty, Boolean)
AddKey(IReadOnlyList<IConventionProperty>, Boolean)
AddServiceProperty(MemberInfo, Type, Boolean)
AddSkipNavigation(String, Type, MemberInfo, IConventionEntityType, Boolean, Boolean, Boolean)
AddTrigger(String, Boolean)
FindClosestCommonParent(IReadOnlyEntityType)
FindDeclaredForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredNavigation(String)
FindDeclaredSkipNavigation(String)
FindDeclaredTrigger(String)
FindForeignKey(IReadOnlyProperty, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKeys(IReadOnlyProperty)
FindForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindIndex(IReadOnlyProperty)
FindIndex(String)
FindIndex(IReadOnlyList<IReadOnlyProperty>)
FindKey(IReadOnlyProperty)
FindKey(IReadOnlyList<IReadOnlyProperty>)
FindNavigation(MemberInfo)
FindNavigation(String)
FindOwnership()
FindPrimaryKey()
FindServiceProperty(String)
FindSkipNavigation(MemberInfo)
FindSkipNavigation(String)
GetAllBaseTypes()
GetAllBaseTypesAscending()
GetAllBaseTypesInclusive()
GetAllBaseTypesInclusiveAscending()
GetConfigurationSource()
GetDeclaredForeignKeys()
GetDeclaredIndexes()
GetDeclaredKeys()
GetDeclaredNavigations()
GetDeclaredReferencingForeignKeys()
GetDeclaredServiceProperties()
GetDeclaredSkipNavigations()
GetDeclaredTriggers()
GetDerivedForeignKeys()
GetDerivedIndexes()
GetDerivedNavigations()
GetDerivedServiceProperties()
GetDerivedSkipNavigations()
GetDerivedTypes()
GetDerivedTypesInclusive()
GetDirectlyDerivedTypes()
GetDiscriminatorMappingCompleteConfigurationSource()
GetForeignKeys()
GetIndexes()
GetIsKeylessConfigurationSource()
GetKeys()
GetNavigationAccessModeConfigurationSource()
GetNavigations()
GetPrimaryKeyConfigurationSource()
GetQueryFilterConfigurationSource()
GetQueryFilterConfigurationSource(String)
GetReferencingForeignKeys()
GetRootType()
GetServiceProperties()
GetSkipNavigations()
GetTriggers()
LeastDerivedType(IReadOnlyEntityType)
RemoveForeignKey(IReadOnlyForeignKey)
RemoveForeignKey(IReadOnlyList<IReadOnlyProperty>, IConventionKey, IConventionEntityType)
RemoveIndex(IReadOnlyIndex)
RemoveIndex(IReadOnlyList<IReadOnlyProperty>)
RemoveKey(IReadOnlyKey)
RemoveKey(IReadOnlyList<IReadOnlyProperty>)
RemoveServiceProperty(IReadOnlyServiceProperty)
RemoveServiceProperty(String)
RemoveSkipNavigation(IReadOnlySkipNavigation)
RemoveTrigger(String)
SetBaseType(IConventionEntityType, Boolean)
SetDiscriminatorMappingComplete(Boolean?, Boolean)
SetIsKeyless(Boolean?, Boolean)
SetNavigationAccessMode(PropertyAccessMode?, Boolean)
SetPrimaryKey(IConventionProperty, Boolean)
SetPrimaryKey(IReadOnlyList<IConventionProperty>, Boolean)
SetQueryFilter(LambdaExpression, Boolean)
SetQueryFilter(String, LambdaExpression, Boolean)
FindDeclaredOwnership(IConventionEntityType)
GetAnalyticalStoreTimeToLiveConfigurationSource(IConventionEntityType)
GetContainerConfigurationSource(IConventionEntityType)
GetContainingPropertyNameConfigurationSource(IConventionEntityType)
GetDefaultTimeToLiveConfigurationSource(IConventionEntityType)
GetDiscriminatorInKeyConfigurationSource(IConventionEntityType)
GetETagProperty(IConventionEntityType)
GetETagPropertyNameConfigurationSource(IConventionEntityType)
GetHasShadowIdConfigurationSource(IConventionEntityType)
GetHistoryTableNameConfigurationSource(IConventionEntityType)
GetHistoryTableSchemaConfigurationSource(IConventionEntityType)
GetInMemoryQueryConfigurationSource(IConventionEntityType)
GetIsMemoryOptimizedConfigurationSource(IConventionEntityType)
GetIsTemporalConfigurationSource(IConventionEntityType)
GetPartitionKeyProperties(IConventionEntityType)
GetPartitionKeyProperty(IConventionEntityType)
GetPartitionKeyPropertyNameConfigurationSource(IConventionEntityType)
GetPartitionKeyPropertyNamesConfigurationSource(IConventionEntityType)
GetPeriodEndPropertyNameConfigurationSource(IConventionEntityType)
GetPeriodStartPropertyNameConfigurationSource(IConventionEntityType)
GetThroughputConfigurationSource(IConventionEntityType)
GetUseSqlOutputClauseConfigurationSource(IConventionEntityType)
GetUseSqlOutputClauseConfigurationSource(IConventionEntityType, StoreObjectIdentifier)
GetUseSqlReturningClauseConfigurationSource(IConventionEntityType)
GetUseSqlReturningClauseConfigurationSource(IConventionEntityType, StoreObjectIdentifier)
SetAnalyticalStoreTimeToLive(IConventionEntityType, Nullable<Int32>, Boolean)
SetContainer(IConventionEntityType, String, Boolean)
SetContainingPropertyName(IConventionEntityType, String, Boolean)
SetDefaultTimeToLive(IConventionEntityType, Nullable<Int32>, Boolean)
SetDiscriminatorInKey(IConventionEntityType, Nullable<IdDiscriminatorMode>, Boolean)
SetETagPropertyName(IConventionEntityType, String, Boolean)
SetHasShadowId(IConventionEntityType, Nullable<Boolean>, Boolean)
SetHistoryTableName(IConventionEntityType, String, Boolean)
SetHistoryTableSchema(IConventionEntityType, String, Boolean)
SetInMemoryQuery(IConventionEntityType, LambdaExpression, Boolean)
SetIsMemoryOptimized(IConventionEntityType, Boolean?, Boolean)
SetIsTemporal(IConventionEntityType, Boolean?, Boolean)
SetPartitionKeyPropertyName(IConventionEntityType, String, Boolean)
SetPartitionKeyPropertyNames(IConventionEntityType, IReadOnlyList<String>, Boolean)
SetPeriodEndPropertyName(IConventionEntityType, String, Boolean)
SetPeriodStartPropertyName(IConventionEntityType, String, Boolean)
SetThroughput(IConventionEntityType, Nullable<Int32>, Nullable<Boolean>, Boolean)
UseSqlOutputClause(IConventionEntityType, Boolean?, Boolean)
UseSqlOutputClause(IConventionEntityType, Boolean?, StoreObjectIdentifier, Boolean)
UseSqlReturningClause(IConventionEntityType, Boolean?, Boolean)
UseSqlReturningClause(IConventionEntityType, Boolean?, StoreObjectIdentifier, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public interface IConventionEntityType : IReadOnlyAnnotatable, IConventionAnnotatable, IConventionTypeBase, IReadOnlyEntityType, IReadOnlyTypeBase
{
virtual ConfigurationSource? GetNavigationAccessModeConfigurationSource();
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API