Initializes an SACommand object.
Visual Basic Public Sub New( _ ByVal cmdText As String _ )
C# public SACommand( string cmdText );
cmdText The text of the SQL statement or stored procedure. For parameterized statements, use a question mark (?) placeholder to pass parameters.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |