virtual bool CORow::Open(CRBase *pRBase);
Return Value
true if successful; otherwise false.
Parameter
[in] pRBase:
A pointer to an opened CRBase based object.
Remark
Opens a row object through a record handle of a rowset with use of IGetRow::GetRowFromHROW. Additionally, a row object can be opened with many other methods as shown in the example OleDB25 with use of interfaces IOpenRowset, ICommand, IBindResource/IScopedOperations, ICreateRow and IRow.