Initializes a new instance of the MimerCommand class.
Initializes a new instance of the MimerCommand class.
public MimerCommand();
Initializes a new instance of the MimerCommand class with the specified SQL statement.
public MimerCommand(string);
Initializes a new instance of the MimerCommand class with the specified SQL statement and MimerConnection.
public MimerCommand(string,MimerConnection);
Initializes a new instance of the MimerCommand class with the specified SQL statement, MimerConnection, and MimerTransaction.
public MimerCommand(string,MimerConnection,MimerTransaction);
MimerCommand Class | Mimer.Data.Client Namespace