Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Initializes an SACommand object.
Public Sub New(ByVal cmdText As String)
public SACommand(string cmdText)
cmdText The text of the SQL statement or stored procedure. For parameterized statements, use a question mark (?) placeholder to pass parameters.