Miado - Much-improved ADO.Net
Gets the parser that represents the syntax used in the source code to represent parameters in SQL.

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

Syntax

C#
public IParameterParser SourceCodeSyntaxParser { get; protected set; }
Visual Basic (Declaration)
Public Property SourceCodeSyntaxParser As IParameterParser
Visual C++
public:
virtual property IParameterParser^ SourceCodeSyntaxParser {
	IParameterParser^ get () sealed;
	void set (IParameterParser^ value) sealed;
}

Field Value

The source code SQL syntax parser.

Implements

IDatabase..::.SourceCodeSyntaxParser

See Also