| Home | How To | Online Documentation | Support | Download | Order |
|
|
int ParamCount( ); Returns the number of parameters associated with the SACommand object. RemarksParamCount method returns the number of parameters created explicitly by using CreateParam method or (if parameters were not created before) creates them implicitly (can query native API if needed and therefore can throw exception on error) and returns the number of created parameters. Command parameter is represented by SAParam object. You can look SAParam objects through and assign their values with Param and ParamByIndex methods. Values for the input parameters can also be supplied by operator << . Server specific notesNo specific information. See alsosetCommandText, CreateParam, Param, ParamByIndex Problems 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. |
||||||||||||||||||