Miado - Much-improved ADO.Net

The IDatabase type exposes the following members.

Methods

  Name Description
CallingStoredProcedureNamed
Creates a database statement using a stored procedure.
ConfigureQueryRegistry
Configures the query registry.
CreateConnection
Creates a DbConnection using the underlying DbProviderFactory.
CreateDataAdapter
Creates a DbDataAdapter using the underlying DbProviderFactory.
CreateParameter
Creates a DbParameter using the underlying DbProviderFactory.
ExecutingSql
Creates a database statement using standard SQL.
LoadQueryRegisteredAs
Creates a database statement using standard SQL that was registered in the Query Registry.
MapSourceCodeSyntaxTo
Fluent interface to maps the source code syntax to the one used in the underlying DbProvider.
RetrieveQueryFromRegistry
Creates a database statement using standard SQL that was registered in the Query Registry.
RunningQuery
Creates a database statement using a custom query.
UsingSourceCodeSyntax
Fluent interface for configuring the Miado repository to use the specified IParameterParser to parse the parameters in the SQL as designated in the actual source code.

See Also