EntityChangedParams.SourceEntitySet Property
The entity set of the source object.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SourceEntitySet As String
Get
'Usage
Dim instance As EntityChangedParams
Dim value As String
value = instance.SourceEntitySet
public string SourceEntitySet { get; }
public:
property String^ SourceEntitySet {
String^ get ();
}
member SourceEntitySet : string
function get SourceEntitySet () : String
Property Value
Type: System.String
An entity set name.