Miado - Much-improved ADO.Net
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.

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

Syntax

C#
public IDatabase UsingSourceCodeSyntax(
	IParameterParser sourceCodeSyntaxParser
)
Visual Basic (Declaration)
Public Function UsingSourceCodeSyntax ( _
	sourceCodeSyntaxParser As IParameterParser _
) As IDatabase
Visual C++
public:
virtual IDatabase^ UsingSourceCodeSyntax(
	IParameterParser^ sourceCodeSyntaxParser
) sealed

Parameters

sourceCodeSyntaxParser
Type: Miado.Configuration..::.IParameterParser
The IParameterParser that will be used to parse the parameters in the SQL found in the source code.

Return Value

a reference to this object

Implements

IDatabase..::.UsingSourceCodeSyntax(IParameterParser)

See Also