IRowsetFind is the interface that allows consumers to find a row within the rowset matching a specified value.
IRowsetFind is required for all providers that intend to support general consumers.
Consumers call IRowsetFind to locate the next row in the rowset matching a specified value.
| Method | Description |
| FindNextRow | Returns the next row matching the criteria. |