Function CSPODBCField::GetName()
Description:
Retrieves the name of the field ( or column name ).
 |
Prototype:
const CSPString& GetName() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string containing the column name.
|
|