Condividi tramite


Proprietà EntityDescriptor.Entity

Ottiene l'entità contenente i dati di aggiornamento.

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

Sintassi

'Dichiarazione
Public Property Entity As Object
    Get
    Friend Set
'Utilizzo
Dim instance As EntityDescriptor
Dim value As Object

value = instance.Entity
public Object Entity { get; internal set; }
public:
property Object^ Entity {
    Object^ get ();
    internal: void set (Object^ value);
}
member Entity : Object with get, internal set
function get Entity () : Object
internal function set Entity (value : Object)

Valore proprietà

Tipo: System.Object
Oggetto contenente i dati di aggiornamento.

Vedere anche

Riferimento

EntityDescriptor Classe

Spazio dei nomi System.Data.Services.Client