EntityEntryGraphNode<TState> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EntityEntryGraphNode<TState>(EntityEntry, TState, EntityEntry, INavigationBase) |
在实体图中创建新节点。 |
EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigation) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigationBase) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
EntityEntryGraphNode<TState>(EntityEntry, TState, EntityEntry, INavigationBase)
在实体图中创建新节点。
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As EntityEntry, state As TState, sourceEntry As EntityEntry, inboundNavigation As INavigationBase)
参数
- entry
- EntityEntry
此节点表示的实体的条目。
- state
- TState
处理每个节点时可用的状态对象。
- sourceEntry
- EntityEntry
从中到达此节点的条目;如果这是根节点, null
则为 。
- inboundNavigation
- INavigationBase
从源节点到此节点的导航;如果这是根节点, null
则为 。
适用于
EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigation)
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As InternalEntityEntry, state As TState, sourceEntry As InternalEntityEntry, inboundNavigation As INavigation)
参数
- entry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- state
- TState
- sourceEntry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- inboundNavigation
- INavigation
- 属性
适用于
EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigationBase)
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase inboundNavigation);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState? state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As InternalEntityEntry, state As TState, sourceEntry As InternalEntityEntry, inboundNavigation As INavigationBase)
参数
- entry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- state
- TState
- sourceEntry
- Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
- inboundNavigation
- INavigationBase
- 属性