MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
The IGetSourceRow interface returns an interface on the row object within whose context a stream object was created.
A provider implements this interface on a stream object. This is an optional interface on stream objects. However, every stream object that is the default stream for a row object should support IGetSourceRow. This includes stream objects that are obtained by calling IBindResource::Bind, ICreateRow::CreateRow, or IRow::Open.
An object calls the IGetSourceRow::GetSourceRow method on this interface to get an interface pointer on the row object associated with the stream.
Method | Description |
GetSourceRow | Returns an interface pointer on the row object associated with the stream object. |