EntityTypeExtensions
AsEntityType(IEntityType, String)
CalculateCounts(IEntityType)
CalculateCounts(IRuntimeEntityType)
CheckChangeTrackingStrategy(IEntityType, ChangeTrackingStrategy)
CheckContains(IEntityType, IProperty)
CheckPropertyBelongsToType(IEntityType, IProperty)
DisplayName(IEntityType)
FindDeclaredOwnership(EntityType)
FindDeclaredOwnership(IConventionEntityType)
FindDeclaredOwnership(IEntityType)
FindDeclaredOwnership(IReadOnlyEntityType)
FindDeclaredPrimaryKey(IEntityType)
FindDeclaredPrimaryKey(IReadOnlyEntityType)
FindDefiningNavigation(EntityType)
FindDefiningNavigation(IEntityType)
FindDerivedNavigations(IEntityType, String)
FindDerivedNavigations(IReadOnlyEntityType, String)
FindDerivedProperties(IEntityType, String)
FindInDefinitionPath(EntityType, String)
FindInDefinitionPath(EntityType, Type)
FindInDefinitionPath(IEntityType, String)
FindInDefinitionPath(IEntityType, Type)
FindInOwnershipPath(IEntityType, Type)
FindInOwnershipPath(IReadOnlyEntityType, Type)
FindOwnership(EntityType)
FindOwnership(IEntityType)
GetAllBaseTypes(IEntityType)
GetAllBaseTypesInclusive(IEntityType)
GetConcreteTypesInHierarchy(IEntityType)
GetCounts(IEntityType)
GetData(IEntityType, Boolean)
GetDeclaredForeignKeys(IEntityType)
GetDeclaredIndexes(IEntityType)
GetDeclaredKeys(IEntityType)
GetDeclaredNavigations(IEntityType)
GetDeclaredProperties(IEntityType)
GetDeclaredReferencingForeignKeys(IEntityType)
GetDeclaredServiceProperties(IEntityType)
GetDerivedNavigations(IEntityType)
GetDerivedNavigationsInclusive(IEntityType)
GetDerivedTypesInclusive(IEntityType)
GetDirectlyDerivedTypes(IEntityType)
GetDiscriminatorValue(EntityType)
GetEmptyShadowValuesFactory(IEntityType)
GetNavigationMemberInfo(IReadOnlyEntityType, String)
GetNotificationProperties(IEntityType, String)
GetOriginalValuesFactory(IEntityType)
GetPropertiesAndNavigations(IEntityType)
GetProperty(IEntityType, String)
GetRelationshipSnapshotFactory(IEntityType)
GetShadowValuesFactory(IEntityType)
IsAssignableFrom(EntityType, IReadOnlyEntityType)
IsInDefinitionPath(IEntityType, IEntityType)
IsInDefinitionPath(IEntityType, String)
IsInDefinitionPath(IEntityType, Type)
IsInOwnershipPath(EntityType, EntityType)
IsInOwnershipPath(EntityType, Type)
IsInOwnershipPath(IReadOnlyEntityType, IReadOnlyEntityType)
IsInOwnershipPath(IReadOnlyEntityType, Type)
IsOwned(IReadOnlyEntityType)
IsSameHierarchy(IEntityType, IEntityType)
IsStrictlyDerivedFrom(EntityType, IReadOnlyEntityType)
LeastDerivedType(EntityType, EntityType)
NavigationCount(IEntityType)
OriginalValueCount(IEntityType)
PropertyCount(IEntityType)
RelationshipPropertyCount(IEntityType)
ShadowPropertyCount(IEntityType)
ShortName(IEntityType)
StoreGeneratedCount(IEntityType)
ToDebugString(IEntityType, Boolean, String)
UseEagerSnapshots(IEntityType)
UseEagerSnapshots(IReadOnlyEntityType)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public static class EntityTypeExtensions
{
public static string ToDebugString(this IEntityType entityType, bool singleLine = true, string indent = "");
}
}
.NET Core | 2.02.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