Click or drag to resize

SQLSelectParserFrom Property

Gets/sets the FROM clause (without the FROM keyword), if any. A FROM clause is required for proper parsing.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string From { get; set; }

Property Value

Type: String
See Also