Mimer Data Provider v9.2

MimerCommand Constructor

Initializes a new instance of the MimerCommand class.

Overload List

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);

See Also

MimerCommand Class | Mimer.Data.Client Namespace