A SQL statement or stored procedure that is executed against a SQL Anywhere database.
Public Sub New( ByVal cmdText As String, ByVal connection As SAConnection )
public SACommand(string cmdText, SAConnection connection)
cmdText The text of the SQL statement or stored procedure. For parameterized statements, use a question mark (?) placeholder to pass parameters.
connection The current connection.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |