| Enum constants |
| final public static DataSetSyncStatus |
NO_ROW_CONFLICT Indicates that no conflict occured while the
DataSet object was attempting to insert, update or delete
a row in the data source.
|
| final public static DataSetSyncStatus |
DELETE_ROW_CONFLICT Indicates that a conflict occured while the DataSet object
was attempting to delete a row in the data source.
|
| final public static DataSetSyncStatus |
INSERT_ROW_CONFLICT Indicates that a conflict occured while the DataSet object
was attempting to insert a row in the data source.
|
| final public static DataSetSyncStatus |
UPDATE_ROW_CONFLICT Indicates that a conflict occured while the DataSet object
was attempting to update a row in the data source.
|