Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
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. |
1998-2001 Microsoft Corporation. All rights reserved.