RuntimeEntityType
RuntimeEntityType(String, Type, Boolean, RuntimeModel, RuntimeEntityType, ChangeTrackingStrategy, PropertyInfo, Boolean, String, Object, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
ConstructorBinding
DebugView
ServiceOnlyConstructorBinding
AddForeignKey(IReadOnlyList<RuntimeProperty>, RuntimeKey, RuntimeEntityType, DeleteBehavior, Boolean, Boolean, Boolean, Boolean)
AddIndex(IReadOnlyList<RuntimeProperty>, String, Boolean)
AddKey(IReadOnlyList<RuntimeProperty>)
AddNavigation(String, RuntimeForeignKey, Boolean, Type, PropertyInfo, FieldInfo, PropertyAccessMode, Boolean, Boolean)
AddServiceProperty(String, PropertyInfo, FieldInfo, Type, PropertyAccessMode)
AddSkipNavigation(String, RuntimeEntityType, RuntimeForeignKey, Boolean, Boolean, Type, PropertyInfo, FieldInfo, PropertyAccessMode, Boolean, Boolean)
AddTrigger(String)
CalculateCounts()
FindDeclaredForeignKeys(IReadOnlyList<IReadOnlyProperty>)
FindDeclaredTrigger(String)
FindForeignKey(IReadOnlyList<IReadOnlyProperty>, IReadOnlyKey, IReadOnlyEntityType)
FindIndex(String)
FindIndex(IReadOnlyList<IReadOnlyProperty>)
FindKey(IReadOnlyList<IReadOnlyProperty>)
FindMember(String)
FindMembersInHierarchy(String)
FindNavigation(String)
FindNavigationsInHierarchy(String)
FindServicePropertiesInHierarchy(String)
FindServiceProperty(String)
FindSkipNavigation(String)
FindSkipNavigationsInHierarchy(String)
GetDeclaredForeignKeys()
GetDeclaredIndexes()
GetDeclaredKeys()
GetDeclaredMembers()
GetForeignKeys()
GetIndexes()
GetKeys()
GetMembers()
GetOrCreateEmptyMaterializer(IStructuralTypeMaterializerSource)
GetOrCreateMaterializer(IStructuralTypeMaterializerSource)
GetSnapshottableMembers()
Reparent(RuntimeModel)
SetCounts(PropertyCounts)
SetPrimaryKey(RuntimeKey)
SetRelationshipSnapshotFactory(Func<IInternalEntry, ISnapshot>)
ToString()
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public class RuntimeEntityType : RuntimeTypeBase, IAnnotatable, IReadOnlyAnnotatable, IEntityType, IRuntimeEntityType, IRuntimeTypeBase, IReadOnlyEntityType, IReadOnlyTypeBase, ITypeBase
{
public virtual RuntimeIndex? FindIndex(IReadOnlyList<IReadOnlyProperty!>! properties);
}
}
| .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