RuntimeNavigation.DeclaringEntityType Property

Definition

Gets the entity type that this navigation property belongs to.

public override Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType DeclaringEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType DeclaringEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType
Public Overrides ReadOnly Property DeclaringEntityType As RuntimeEntityType
Public Overridable ReadOnly Property DeclaringEntityType As RuntimeEntityType

Property Value

Attributes

Applies to