Condividi tramite


Proprietà EntityDescriptor.ParentPropertyForInsert

Ottiene il nome della proprietà dell'entità corrispondente a una proprietà di navigazione e collegamenti all'entità padre.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParentPropertyForInsert As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Nome della proprietà padre.

Vedere anche

Riferimento

EntityDescriptor Classe

Spazio dei nomi System.Data.Services.Client