DataServiceContext.ApplyingChanges Proprietà

Definizione

Ottiene un valore che indica se DataServiceContext è in fase di applicazione di modifiche agli oggetti rilevati.

public:
 property bool ApplyingChanges { bool get(); };
public bool ApplyingChanges { get; }
member this.ApplyingChanges : bool
Public ReadOnly Property ApplyingChanges As Boolean

Valore della proprietà

Restituisce true quando vengono applicate le modifiche. In caso contrario, restituisce false.

Si applica a