IEdmDeltaLinkBase.Relationship Property

 

The name of the relationship property on the parent object.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

string Relationship { get; set; }
property String^ Relationship {
    String^ get();
    void set(String^ value);
}
abstract Relationship : string with get, set
Property Relationship As String

Property Value

Type: System.String

See Also

IEdmDeltaLinkBase Interface
System.Web.OData Namespace

Return to top