Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.