Share via


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를 반환합니다.

적용 대상