IRow

The IRow interface allows a consumer to read column data from a row object or to obtain the source rowset of the row object.

When to Implement

IRow is a mandatory interface on row objects.

When to Call

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.

This topic is a part of: