Miado - Much-improved ADO.Net
Fluent interface to maps the source code syntax to the one used in the underlying DbProvider.

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
IDatabase MapSourceCodeSyntaxTo(
	IParameterParser dbProviderSyntaxParser
)
Visual Basic (Declaration)
Function MapSourceCodeSyntaxTo ( _
	dbProviderSyntaxParser As IParameterParser _
) As IDatabase
Visual C++
IDatabase^ MapSourceCodeSyntaxTo(
	IParameterParser^ dbProviderSyntaxParser
)

Parameters

dbProviderSyntaxParser
Type: Miado.Configuration..::.IParameterParser
The IParameterParser that will be used to translate the SQL parameter syntax in the source code to the one used by the DbProvider.

Return Value

a reference to this object

See Also