The AdoEnums.FilterGroup class of the com.ms.wfc.data package specifies the group of records to be filtered from a Recordset.
class AdoEnums.FilterGroup extends com.ms.wfc.core.Enum { // Fields public static final int AFFECTEDRECORDS; public static final int CONFLICTINGRECORDS; public static final int FETCHEDRECORDS; public static final int NONE; public static final int PENDINGRECORDS; }