Miado - Much-improved ADO.Net

The IDbStatement type exposes the following members.

Methods

  Name Description
AddParameter Overloaded.
AddParameters Overloaded.
ExecuteNonQuery
Execute a SQL statement that doesn't return a result set (e.g. "INSERT", "UPDATE", or "DELETE")
QueryForDataSet Overloaded.
QueryForDataTable
Return a DataTable representing the first table of a DataSet populated from the result set of a given query
QueryForOne Overloaded.
QueryForResults Overloaded.

See Also