RelatedEnd::RelationshipName Property

 

Gets the name of the relationship in which this related end participates.

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

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

Property Value

Type: System::String^

The name of the relationship in which this RelatedEnd participates. The relationship name is not namespace qualified.

.NET Framework
Available since 3.5
Return to top
Show: