EntityType
Snapshot
EntityType(String, Model, Boolean, ConfigurationSource)
EntityType(Type, Model, Boolean, ConfigurationSource)
EntityType(String, Type, Model, Boolean, ConfigurationSource)
BaseBuilder
BaseType
Builder
DebugView
ForeignKeyProperties
IsImplicitlyCreatedJoinEntityType
IsInModel
IsKeyless
Owner
RelationshipSnapshotFactory
AddData(IEnumerable<Object>)
AddForeignKey(Property, Key, EntityType, ConfigurationSource?, ConfigurationSource)
AddForeignKey(IReadOnlyList<Property>, Key, EntityType, ConfigurationSource?, ConfigurationSource)
AddIndex(Property, ConfigurationSource)
AddIndex(Property, String, ConfigurationSource)
AddIndex(IReadOnlyList<Property>, ConfigurationSource)
AddIndex(IReadOnlyList<Property>, String, ConfigurationSource)
AddKey(Property, ConfigurationSource)
AddKey(IReadOnlyList<Property>, ConfigurationSource)
AddNavigation(MemberIdentity, ForeignKey, Boolean)
AddNavigation(MemberInfo, ForeignKey, Boolean)
AddNavigation(String, ForeignKey, Boolean)
AddServiceProperty(MemberInfo, Type, ConfigurationSource)
AddSkipNavigation(String, Type, MemberInfo, EntityType, Boolean, Boolean, ConfigurationSource)
AddTrigger(String, ConfigurationSource)
CalculateCounts()
CheckQueryFilter(IQueryFilter)
FindDeclaredForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindDeclaredForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredIndex(String)
FindDeclaredIndex(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredKey(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredNavigation(String)
FindDeclaredOwnership()
FindDeclaredQueryFilter(String)
FindDeclaredServiceProperty(String)
FindDeclaredSkipNavigation(String)
FindDeclaredTrigger(String)
FindDerivedForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDerivedForeignKeys(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindDerivedIndexes(String)
FindDerivedIndexes(IReadOnlyList<IReadOnlyProperty>)
FindDerivedNavigations(String)
FindDerivedServiceProperties(String)
FindDerivedServicePropertiesInclusive(String)
FindDerivedSkipNavigations(String)
FindDerivedSkipNavigationsInclusive(String)
FindForeignKey(IReadOnlyProperty, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindForeignKeys(IReadOnlyProperty)
FindForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindForeignKeysInHierarchy(IReadOnlyList<IReadOnlyProperty>)
FindForeignKeysInHierarchy(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindIndex(IReadOnlyProperty)
FindIndex(String)
FindIndex(IReadOnlyList<IReadOnlyProperty>)
FindIndexesInHierarchy(String)
FindIndexesInHierarchy(IReadOnlyList<IReadOnlyProperty>)
FindKey(IReadOnlyProperty)
FindKey(IReadOnlyList<IReadOnlyProperty>)
FindMember(String)
FindMembersInHierarchy(String)
FindNavigation(MemberInfo)
FindNavigation(String)
FindNavigationsInHierarchy(String)
FindOwnership()
FindPrimaryKey()
FindPrimaryKey(IReadOnlyList<Property>)
FindServicePropertiesInHierarchy(String)
FindServiceProperty(MemberInfo)
FindServiceProperty(String)
FindSkipNavigation(MemberInfo)
FindSkipNavigation(String)
FindSkipNavigationsInHierarchy(String)
GetBaseTypeConfigurationSource()
GetDeclaredForeignKeys()
GetDeclaredIndexes()
GetDeclaredKeys()
GetDeclaredMembers()
GetDeclaredNavigations()
GetDeclaredQueryFilters()
GetDeclaredReferencingForeignKeys()
GetDeclaredReferencingSkipNavigations()
GetDeclaredServiceProperties()
GetDeclaredSkipNavigations()
GetDeclaredTriggers()
GetDerivedForeignKeys()
GetDerivedIndexes()
GetDerivedNavigations()
GetDerivedReferencingSkipNavigations()
GetDerivedServiceProperties()
GetDerivedSkipNavigations()
GetDirectlyDerivedTypes()
GetForeignKeys()
GetForeignKeysInHierarchy()
GetIndexes()
GetIsKeylessConfigurationSource()
GetKeys()
GetMembers()
GetNavigationAccessMode()
GetNavigations()
GetOrCreateEmptyMaterializer(IStructuralTypeMaterializerSource)
GetOrCreateMaterializer(IStructuralTypeMaterializerSource)
GetPrimaryKeyConfigurationSource()
GetQueryFilter()
GetQueryFilterConfigurationSource()
GetQueryFilterConfigurationSource(String)
GetRawSeedData()
GetReferencingForeignKeys()
GetReferencingSkipNavigations()
GetRootType()
GetSeedData(Boolean)
GetServiceProperties()
GetSkipNavigations()
GetSnapshottableMembers()
HasServiceProperties()
IsOwned()
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
OnForeignKeyUpdated(ForeignKey)
OnForeignKeyUpdating(ForeignKey)
OnTypeMemberIgnored(String)
RemoveForeignKey(ForeignKey)
RemoveForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
RemoveIndex(Index)
RemoveIndex(String)
RemoveIndex(IReadOnlyList<IReadOnlyProperty>)
RemoveKey(Key)
RemoveKey(IReadOnlyList<IReadOnlyProperty>)
RemoveNavigation(String)
RemoveServiceProperty(ServiceProperty)
RemoveServiceProperty(String)
RemoveSkipNavigation(SkipNavigation)
RemoveSkipNavigation(String)
RemoveTrigger(String)
SetBaseType(EntityType, ConfigurationSource)
SetBaseType(TypeBase, ConfigurationSource)
SetIsKeyless(Boolean?, ConfigurationSource)
SetIsOwned(Boolean)
SetPrimaryKey(Property, ConfigurationSource)
SetPrimaryKey(IReadOnlyList<Property>, ConfigurationSource)
SetQueryFilter(IQueryFilter)
SetRemovedFromModel()
ToString()
GetDiscriminatorValue(EntityType)
IsAssignableFrom(EntityType, IReadOnlyEntityType)
IsStrictlyDerivedFrom(EntityType, IReadOnlyEntityType)
LeastDerivedType(EntityType, EntityType)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Internal
{
public class EntityType : TypeBase, IAnnotatable, IReadOnlyAnnotatable, IConventionAnnotatable, IConventionEntityType, IConventionTypeBase, IEntityType, IMutableAnnotatable, IMutableEntityType, IMutableTypeBase, IRuntimeEntityType, IRuntimeTypeBase, IReadOnlyEntityType, IReadOnlyTypeBase, ITypeBase
{
public virtual Index? FindIndex(string! name);
}
}
| .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