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 Function ToSQL As String
Return Value
Type:
StringThe SQL statement.
See Also