Partager via


Propriété EntityDescriptor.ParentPropertyForInsert

Obtient le nom de la propriété de l'entité qui correspond à une propriété de navigation et fournit un lien vers l'entité parente.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentPropertyForInsert As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Nom de la propriété parente.

Voir aussi

Référence

EntityDescriptor Classe

Espace de noms System.Data.Services.Client