The AdoEnums.AdcPropUpdateCriteria class of the com.ms.wfc.data package specifies which fields can be used to detect conflicts during an optimistic update of a row of the data source with a Remote Data Service (RDS) Recordset object. The constants specify that collisions should be detected if there is a change to the key field (that is, the data source row has been deleted), a change to any column in the data source row, a change to the same column of the data source row as the updated column of the recordset, or if the data source row has merely been accessed.
class AdoEnums.AdcPropUpdateCriteria extends com.ms.wfc.core.Enum { // Fields public static final int ALLCOLS; public static final int KEY; public static final int TIMESTAMP; public static final int UPDCOLS; }