MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces


 

IRowsetFind

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

When to Implement

IRowsetFind is an optional interface on the rowset object. However, general consumers expect the rowset object to implement this interface, either natively or via OLE DB Services.

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.