Methods

  Name Description
Public method Static member CreateCommand(IDbConnection, String)
Creates and returns a IDbCommand object associated with the connection.
Public method Static member CreateCommand(IDbConnection, String, CommandType)
Creates and returns a IDbCommand object associated with the connection.
Public method Static member ExecuteCommandNonQuery(IDbConnection, String)
Creates an appropriate IDbCommand and executes a statement against the connection.
Public method Static member ExecuteCommandNonQuery(IDbConnection, String, CommandType)
Creates an appropriate IDbCommand and executes a statement against the connection.

See Also