Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DataServiceContext associated with the DataServiceCollection<T> 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 EntityCollectionChangedParams
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 associated with the collection that has changed