RelatedEnd::RelationshipSet Property

 

Gets a reference to the metadata for the related end.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property RelationshipSet^ RelationshipSet {
	virtual RelationshipSet^ get() sealed;
}

Property Value

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

A RelationshipSet object that contains metadata for the end of a relationship.

.NET Framework
Available since 3.5
Return to top
Show: