Provides an SAParameter object for supplying parameters to SACommand objects.
Visual Basic Public Function CreateParameter() As SAParameter
C# public SAParameter CreateParameter();
A new parameter, as an SAParameter object.
Stored procedures and some other SQL statements can take parameters, indicated in the text of a statement by a question mark (?).
The CreateParameter method provides an SAParameter object. You can set properties on the SAParameter to specify the value, data type, and so on for the parameter.
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |