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