Mimer SQL Data Provider
MimerCommand Constructor(String,MimerConnection)




Mimer.Data.Client Namespace > MimerCommand Class > MimerCommand Constructor : MimerCommand Constructor(String,MimerConnection)
SQL statement text.
A MimerConnection that represents the connection to the database server.
Initializes a new instance of the MimerCommand class with the specified SQL statement and MimerConnection.
Syntax
'Declaration
 
Public Function New( _
   ByVal cmdText As String, _
   ByVal connection As MimerConnection _
)
public MimerCommand( 
   string cmdText,
   MimerConnection connection
)
public MimerCommand( 
    cmdText: String;
    connection: MimerConnection
); 
public function MimerCommand( 
   cmdText : String,
   connection : MimerConnection
);
public: MimerCommand( 
   string* cmdText,
   MimerConnection* connection
)

Parameters

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

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members
Overload List