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, ByVal transaction As SATransaction )
public SACommand( string cmdText, SAConnection connection, SATransaction transaction )
cmdText SQL 语句或存储过程的文本。如果是参数化语句,请使用问号 (?) 占位符来传递参数。
connection 当前连接。
transaction SAConnection 执行时所处的 SATransaction 对象。