AssociationSet::ElementType Property

 

Gets the association related to this AssociationSet.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property AssociationType^ ElementType {
	AssociationType^ get();
}

Property Value

Type: System.Data.Metadata.Edm::AssociationType^

An AssociationType object that represents the association related to this AssociationSet.

.NET Framework
Available since 3.5
Return to top
Show: