MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
IRowsetFind is the interface that allows consumers to find a row within the rowset matching a specified value.
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.
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. |