IRowsetFind

IRowsetFind is the interface that allows consumers to find a row within the rowset matching a specified value.

When to Implement

IRowsetFind is required for all providers that intend to support general consumers.

When to Call

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.