IReadOnlyTypeBase.ContainingEntityType Property

Definition

Gets this entity type or the one on which the complex property chain is declared.

public virtual Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType ContainingEntityType { get; }
member this.ContainingEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
Public Overridable ReadOnly Property ContainingEntityType As IReadOnlyEntityType

Property Value

Applies to