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.