EntityDescriptor.ParentPropertyForInsert Property

Gets the name of the property of the entity that is a navigation property and links to the parent entity.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ParentPropertyForInsert As String 
    Get
'Usage
Dim instance As EntityDescriptor 
Dim value As String 

value = instance.ParentPropertyForInsert
public string ParentPropertyForInsert { get; }
public:
property String^ ParentPropertyForInsert {
    String^ get ();
}
member ParentPropertyForInsert : string
function get ParentPropertyForInsert () : String

Property Value

Type: System.String
The name of the parent property.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace