EntityCollectionChangedParams.TargetEntitySet Property

The entity set name of the object in the collection.

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

Syntax

'Declaration
Public ReadOnly Property TargetEntitySet As String 
    Get
'Usage
Dim instance As EntityCollectionChangedParams 
Dim value As String 

value = instance.TargetEntitySet
public string TargetEntitySet { get; }
public:
property String^ TargetEntitySet {
    String^ get ();
}
member TargetEntitySet : string
function get TargetEntitySet () : String

Property Value

Type: System.String
An entity set name.

See Also

Reference

EntityCollectionChangedParams Class

System.Data.Services.Client Namespace