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
)
Public Sub New (
sql As String
)
Parameters
- sql
- Type: SystemString
The SQL to parse.
See Also