EntityDescriptor.ParentPropertyForInsert-Eigenschaft
Ruft den Namen der Eigenschaft der Entität ab, die eine Navigationseigenschaft darstellt und zur übergeordneten Entität verknüpft.
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
Eigenschaftswert
Typ: System.String
Der Name der übergeordneten Eigenschaft.