EntityChangedParams.Context Property
The context that is associated with the entity object that has changed.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Context As DataServiceContext
Get
'Usage
Dim instance As EntityChangedParams
Dim value As DataServiceContext
value = instance.Context
public DataServiceContext Context { get; }
public:
property DataServiceContext^ Context {
DataServiceContext^ get ();
}
member Context : DataServiceContext
function get Context () : DataServiceContext
Property Value
Type: System.Data.Services.Client.DataServiceContext
The context that is tracking the changed object.