DataServiceContext.ApplyingChanges Proprietà

Definizione

Ottiene un valore che indica se l'oggetto DataServiceContext sta applicando 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 le modifiche sono attualmente applicate; in caso contrario, restituisce false.

Si applica a