ObjectStateEntry.EntitySet Property

Definition

Gets the EntitySetBase for the object or relationship.

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

Property Value

The EntitySetBase for the object or relationship.

Implements

System.Data.Entity.Core.IEntityStateEntry.EntitySet

Applies to