Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
Consumers use the IGetRow interface to get a row object or URL for a row in a rowset.
When to Implement
Providers implement this interface on rowset objects. IGetRow is an optional interface.
When to Call
A consumer calls IGetRow::GetRowFromHROW to create a row object to represent a row in a rowset. IGetRow::GetURLFromHROW returns the URL for the row.
| Method | Description |
|---|---|
| GetRowFromHROW | Returns an interface pointer on a newly created row object associated with a row in a rowset. |
| GetURLFromHROW | Returns the URL for a row in a rowset. |
1998-2001 Microsoft Corporation. All rights reserved.