AssociationSetEnd.ParentAssociationSet Property

Definition

Gets the parent association set of this AssociationSetEnd.

public:
 property System::Data::Metadata::Edm::AssociationSet ^ ParentAssociationSet { System::Data::Metadata::Edm::AssociationSet ^ get(); };
public System.Data.Metadata.Edm.AssociationSet ParentAssociationSet { get; }
member this.ParentAssociationSet : System.Data.Metadata.Edm.AssociationSet
Public ReadOnly Property ParentAssociationSet As AssociationSet

Property Value

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

Applies to