Mimer Data Provider v9.2

MimerCommand Constructor (String, MimerConnection)

Initializes a new instance of the MimerCommand class with the specified SQL statement and MimerConnection.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cmdText As String, _
   ByVal connection As MimerConnection _
)
[C#]
public MimerCommand(
   string cmdText,
   MimerConnection connection
);

Parameters

cmdText
SQL statement text.
connection
A MimerConnection that represents the connection to the data source.

See Also

MimerCommand Class | Mimer.Data.Client Namespace | MimerCommand Constructor Overload List