DataServiceContext.ApplyingChanges Property

Gets a value that indicates whether the DataServiceContext is currently applying changes to tracked objects.

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

Syntax

'Declaration
Public Property ApplyingChanges As Boolean 
    Get 
    Friend Set
'Usage
Dim instance As DataServiceContext 
Dim value As Boolean 

value = instance.ApplyingChanges
public bool ApplyingChanges { get; internal set; }
public:
property bool ApplyingChanges {
    bool get ();
    internal: void set (bool value);
}
member ApplyingChanges : bool with get, internal set
function get ApplyingChanges () : boolean 
internal function set ApplyingChanges (value : boolean)

Property Value

Type: System.Boolean
Returns true when changes are currently being applied; otherwise returns false.

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace