DataServiceContext.ApplyingChanges 속성
DataServiceContext가 현재 추적된 개체에 변경 내용을 적용하고 있는지 여부를 나타내는 값을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Property ApplyingChanges As Boolean
Get
Friend Set
‘사용 방법
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)
속성 값
유형: System.Boolean
현재 변경 내용이 적용되고 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다.