MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
The IRow interface allows a consumer to read column data from a row object or to obtain the source rowset of the row object.
IRow is a mandatory interface on row objects.
Consumers call IRow::GetColumns to read column values for a row object, IRow::GetSourceRowset to get an interface pointer on the row object's source rowset, and IRow::Open to open an object-valued column.
Method | Description |
GetColumns | Gets multiple columns from the row. |
GetSourceRowset | Returns an interface pointer on the rowset object containing the row from which the row object was created. |
Open | Opens an object-valued column. |