Propriété DataServiceContext.ApplyingChanges
Obtient une valeur qui indique si le DataServiceContext applique actuellement des modifications aux objets suivis.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property ApplyingChanges As Boolean
Get
Friend Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
Retourne true lorsque les modifications sont en cours d'application ; sinon, retourne false.