Udostępnij za pośrednictwem


EntityCollectionChangedParams.SourceEntity Property

The source object that references the target object in the collection by using a navigation property.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SourceEntity As Object 
    Get
'Usage
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

Property Value

Type: System.Object
The source object.

See Also

Reference

EntityCollectionChangedParams Class

System.Data.Services.Client Namespace