Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.