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#
IParameterParser SourceCodeSyntaxParser { get; }
Visual Basic (Declaration)
ReadOnly Property SourceCodeSyntaxParser As IParameterParser
Visual C++
property IParameterParser^ SourceCodeSyntaxParser {
	IParameterParser^ get ();
}

Field Value

The source code SQL syntax parser.

See Also