Condividi tramite


Proprietà EntityCollectionChangedParams.SourceEntity

Oggetto di origine che fa riferimento all'oggetto di destinazione nella raccolta utilizzando una proprietà di navigazione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property SourceEntity As Object
    Get
'Utilizzo
Dim instance As EntityCollectionChangedParams
Dim value As Object

value = instance.SourceEntity
public Object SourceEntity { get; }
public:
property Object^ SourceEntity {
    Object^ get ();
}
member SourceEntity : Object
function get SourceEntity () : Object

Valore proprietà

Tipo: System.Object
Oggetto di origine.

Vedere anche

Riferimento

EntityCollectionChangedParams Classe

Spazio dei nomi System.Data.Services.Client