Mimer Data Provider

MimerCommand Constructor (String, MimerConnection)

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

[Visual Basic]
Public Sub New( _ 
   ByVal cmdText As String, _ 
   ByVal connection As MimerConnection _ 
)
[C#]
public MimerCommand(
   string cmdText,
   MimerConnection connection
);
[C++]
public: MimerCommand(
   String* cmdText,
   MimerConnection* connection
);
[JScript]
public function MimerCommand(
   String cmdText,
   MimerConnection connection
);

Parameters

cmdText
SQL statement text.
connection
A MimerConnection that represents the connection to the database server.

See Also

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