DataServiceContext.ApplyingChanges 속성

정의

현재 추적된 개체에 DataServiceContext 변경 내용을 적용하고 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true 현재 변경 내용을 적용할 때 반환하고, 그렇지 않으면 반환됩니다false.

적용 대상