Click or drag to resize

SQLSelectParser Constructor

Constructor. Parses SQL into its constituent elements during construction and sets Valid.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SQLSelectParser(
	string sql
)

Parameters

sql
Type: SystemString
The SQL to parse.
See Also