Share via


DbRefExpression.EntitySet Property

Definition

Gets the metadata for the entity set that contains the instance.

public System.Data.Entity.Core.Metadata.Edm.EntitySet EntitySet { get; }
member this.EntitySet : System.Data.Entity.Core.Metadata.Edm.EntitySet
Public ReadOnly Property EntitySet As EntitySet

Property Value

The metadata for the entity set that contains the instance.

Applies to