Home | How To | Online Documentation | Support | Download | Order |
|
|
SACommandType_t CommandType(); Gets the command type currently associated with the SACommand object. Return valueOne of the following values from SACommandType_t enum:
RemarksThe command type can be explicitly set in SACommand constructor and setCommandText method, but it's not necessary to do it. The CommandTypemethod returns the command type value that was specified in SACommand constructor or setCommandText method. If you declared the command type value as SA_CmdUnknown (the default value) then command type is detected by the Library and the CommandType method returns this detected value. 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. |
|||||||||||||||||||