Share via


EntityDescriptor.ParentForInsert Property

Gets the parent entity that is related to the entity.

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

Syntax

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

value = instance.ParentForInsert
public EntityDescriptor ParentForInsert { get; }
public:
property EntityDescriptor^ ParentForInsert {
    EntityDescriptor^ get ();
}
member ParentForInsert : EntityDescriptor
function get ParentForInsert () : EntityDescriptor

Property Value

Type: System.Data.Services.Client.EntityDescriptor
An object that is the parent entity in the relationship link.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace