EntityDescriptor.ParentPropertyForInsert Propiedad
Obtiene el nombre de la propiedad de la entidad que es una propiedad de navegación y se vincula a la entidad primaria.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParentPropertyForInsert As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
Nombre de la propiedad primaria.