| ConfigGetCommand Method |
| Name | Description | |
|---|---|---|
| GetCommand |
Creates a IDbCommand on the current connection.
| |
| GetCommand(Boolean) |
Creates a new IDbCommand and attaches it to a database connection.
If the abstracter is in transaction mode, and openConnection is false, the connection used is the transaction connection.
Else, a new connection is used.
|