virtual bool CORow::GetColumns(ULONG nCols, DBCOLUMNACCESS pDBColAccess[]);
Return Value
true if successful; otherwise false.
Parameters
[in] nCols:
Count of columns specified in the pDBColAccess array.
[in] pDBColAccess:
A caller-supplied array of DBCOLUMNACCESS structures with size of nCols.
Remark
Gets the values of one or more named columns from a row object. Refers to IRow::GetColumns.