Share via


AssociationSetEnd.ParentAssociationSet Property

Definition

Gets the parent association set of this AssociationSetEnd.

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

Property Value

An AssociationSet object that represents the parent association set of this AssociationSetEnd .

Exceptions

Thrown if Setter is called when the AssociationSetEnd instance is in ReadOnly state

Applies to