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.
|
Properties
| Name | Description | |
|---|---|---|
|
|
ConnectionString |
Gets or sets the connection string.
|
|
|
DbProviderFactory |
Gets or sets the underlying DbProviderFactory.
|
|
|
DbProviderSyntaxParser |
Gets the parser that represents the syntax used
by the DbProvider to represent parameters in SQL.
|
|
|
QueryRegistry |
Gets the query registry.
|
|
|
SourceCodeSyntaxParser |
Gets the parser that represents the syntax used
in the source code to represent parameters in SQL.
|