public RowCursor Search( QueryFilter queryFilter, bool useRecyclingCursor )
Public Function Search( _ Optional ByVal queryFilter As QueryFilter, _ Optional ByVal useRecyclingCursor As Boolean _ ) As RowCursor
Parameters
- queryFilter
- This argument is optional. If unset or set to null, a default query filter will be used, which will cause all rows to be returned.
- useRecyclingCursor
- If set to true, all the entries in RowCursor will reference the most current row returned by Current. To ensure all the entries in RowCursor remain unique, set useRecyclingCursor to false. The default is true.
Return Value
A RowCursor that encapsulates the retrieved rows.