RuntimeEntityType
RuntimeEntityType(String, Type, Boolean, RuntimeModel, RuntimeEntityType, String, ChangeTrackingStrategy, PropertyInfo, Boolean, Object, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
ConstructorBinding
Counts
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)
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(IEntityMaterializerSource)
GetOrCreateMaterializer(IEntityMaterializerSource)
GetSnapshottableMembers()
Reparent(RuntimeModel)
SetEmptyShadowValuesFactory(Func<ISnapshot>)
SetOriginalValuesFactory(Func<InternalEntityEntry, ISnapshot>)
SetPrimaryKey(RuntimeKey)
SetRelationshipSnapshotFactory(Func<InternalEntityEntry, ISnapshot>)
SetShadowValuesFactory(Func<IDictionary<String, Object>, ISnapshot>)
SetStoreGeneratedValuesFactory(Func<ISnapshot>)
SetTemporaryValuesFactory(Func<InternalEntityEntry, ISnapshot>)
ToString()
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Metadata
{
public class RuntimeEntityType : RuntimeTypeBase, IAnnotatable, IReadOnlyAnnotatable, IEntityType, IRuntimeEntityType, IRuntimeTypeBase, IReadOnlyEntityType, IReadOnlyTypeBase, ITypeBase
{
public virtual RuntimeSkipNavigation? FindSkipNavigation(string! name);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.010.0 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.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