Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
初始化 SACommand 对象。
Visual Basic Public Sub New( _ ByVal cmdText As String _ )
C# public SACommand( string cmdText );
cmdText SQL 语句或存储过程的文本。如果是参数化语句,请使用问号 (?) 占位符来传递参数。