Miado - Much-improved ADO.Net
Assembly: Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)
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:
MiadoAssembly: 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.