Miado - Much-improved ADO.Net
Classes
| Class | Description | |
|---|---|---|
|
|
Database |
This class implements the methods defined in the IDatabase
interface.
|
|
|
DbParameterList |
This class implements the methods defined in the
IParameterCollection interface for adding DbParameter
objects to the underlying collection.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IDatabase |
This interface defines the methods that will be used to interact
with a particular vendor's database.
|
|
|
IDbParameterList |
This interface defines the methods for adding DB parameters
that will be substitued in a DB command.
|
|
|
IDbStatement |
Defines methods for simplifying the use of ADO.Net in a
data access layer
|
|
|
IResultSetRow |
This interface defines the methods that can
be used to get data from a row in a result set
|