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.

Properties

  Name Description
CommandText
Gets the CommandText.
CommandType
Gets the type of the command.
Database
Gets the database the statement will use.
Parameters
Read-only access to the parameters that will be used in this statement

See Also