MimerCommand Constructor (String)
Initializes a new instance of the MimerCommand class with the specified SQL statement.
[Visual Basic]Overloads Public Sub New( _
ByVal
cmdText As
String _
)
[C#]public MimerCommand(
string cmdText);
Parameters
- cmdText
- SQL statement text.
See Also
MimerCommand Class | Mimer.Data.Client Namespace | MimerCommand Constructor Overload List