Function CSPODBCRecordset::operator ()()
Description:
Retrieves the field associated with the specified column name.
 |
Prototype:
CSPODBCField& operator ()(const CSPString& strColumnName) const;
Arguments:
- const CSPString& strColumnName [IN]
The name of the column.
Return value:
Returns a reference to the the requested field.
Remarks:
If the column does not exist in the recordset, an empty field is returned.
See also:
member function operator []
|
|