DataAdapter.AcceptChangesDuringFill 속성

정의

AcceptChanges() 작업 중에 추가 DataRow 된 후 호출 DataTable 되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AcceptChangesDuringFill { bool get(); void set(bool value); };
[System.Data.DataSysDescription("DataAdapter_AcceptChangesDuringFill")]
public bool AcceptChangesDuringFill { get; set; }
public bool AcceptChangesDuringFill { get; set; }
[<System.Data.DataSysDescription("DataAdapter_AcceptChangesDuringFill")>]
member this.AcceptChangesDuringFill : bool with get, set
member this.AcceptChangesDuringFill : bool with get, set
Public Property AcceptChangesDuringFill As Boolean

속성 값

가 호출되면 , 그렇지 않으면 .입니다. 기본값은 true입니다.

특성

설명

AcceptChanges 호출되지 않고 새로 추가된 행이 삽입된 행으로 처리되는 경우 false

적용 대상

추가 정보