public DifferenceCursor Differences( Table targetTable, DifferenceType differenceType, QueryFilter queryFilter )
Public Overloads Function Differences( _ ByVal targetTable As Table, _ ByVal differenceType As DifferenceType, _ Optional ByVal queryFilter As QueryFilter _ ) As DifferenceCursor
Parameters
- targetTable
- The difference table that this source table uses to retrieve rows that are different based on the specified differenceType.
- differenceType
- Indicates which type of difference to return.
- queryFilter
- This argument is optional. If unset or set to null, a default query filter will be used, which will cause all difference rows to be returned.