Click or drag to resize

SQLSelectParserToSQL Method

Construct the, possibly modified, SQL SELECT statement from the constituent elements. Note that the results are likely to not be correct if Valid is not true.

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

Return Value

Type: String
The SQL statement.
See Also