| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAField &operator[ ]( int nField
);
SAField &operator[ ]( const SAString &sField );
Returns the column specified by its position or name in the result set. Substitutes a Field method. ParametersnField . A one-based field number in a result set. sField. A string that represents a name of the requested field. Return valueA reference to a SAField object. RemarksSee the description of SACommand::Field method. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||