IConventionSkipNavigation.TargetEntityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the entity type that this navigation property will hold an instance(s) of.
[System.Runtime.CompilerServices.Nullable(1)]
public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType TargetEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType TargetEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TargetEntityType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TargetEntityType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Public Overridable ReadOnly Property TargetEntityType As IConventionEntityType
Property Value
Implements
- Attributes