Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
对 SQL Anywhere 数据库执行的 SQL 语句或存储过程。
Public Sub New( ByVal cmdText As String, ByVal connection As SAConnection )
public SACommand(string cmdText, SAConnection connection)
cmdText SQL 语句或存储过程的文本。如果是参数化语句,请使用问号 (?) 占位符来传递参数。
connection 当前连接。