IMutableNavigation.DeclaringEntityType Property

Definition

Gets the type that this navigation property belongs to.

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

Property Value

Attributes

Applies to