Overload | Description |
---|---|
MimerCommand Constructor() | Initializes a new instance of the MimerCommand class. |
MimerCommand Constructor(String) | Initializes a new instance of the MimerCommand class with the specified SQL statement. |
MimerCommand Constructor(String,MimerConnection) | Initializes a new instance of the MimerCommand class with the specified SQL statement and MimerConnection. |
MimerCommand Constructor(String,MimerConnection,MimerTransaction) | Initializes a new instance of the MimerCommand class with the specified SQL statement, MimerConnection, and MimerTransaction. |