Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateCommand(IDbConnection, String) |
Creates and returns a IDbCommand object associated with the connection.
|
![]() ![]() |
CreateCommand(IDbConnection, String, CommandType) |
Creates and returns a IDbCommand object associated with the connection.
|
![]() ![]() |
ExecuteCommandNonQuery(IDbConnection, String) |
Creates an appropriate IDbCommand and executes a statement against the connection.
|
![]() ![]() |
ExecuteCommandNonQuery(IDbConnection, String, CommandType) |
Creates an appropriate IDbCommand and executes a statement against the connection.
|