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 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.