SMART datagrid v1.4
>
Types
Back
Forward
DataLudi.
DataRestoreMode
데이터행의
상태
를 복원하는 방식.
DataSet
의
restoreMode
속성으로 사용된다.
Values
NONE
"none"
복원 기능을 실행하지 않는다.
AUTO
"auto"
데이터행 수정 후 기존 값들과 동일하면 데이터행의
dataState
가
NONE
으로 복원 된다.
EXPLICIT
"explicit"
DataSet.
restoreUpdatedRows
를 호출했을 때,
dataState
가
UPDATED
인 행들이
NONE
으로 복원된다.
See Also
DataSet.
restoreMode
DataSet.
restoreUpdatedRows
Examples
Restore Data Rows