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#
public IDatabase MapSourceCodeSyntaxTo(
	IParameterParser dbProviderSyntaxParser
)
Visual Basic (Declaration)
Public Function MapSourceCodeSyntaxTo ( _
	dbProviderSyntaxParser As IParameterParser _
) As IDatabase
Visual C++
public:
virtual IDatabase^ MapSourceCodeSyntaxTo(
	IParameterParser^ dbProviderSyntaxParser
) sealed

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

Implements

IDatabase..::.MapSourceCodeSyntaxTo(IParameterParser)

See Also