SQLSelectParserWhere Property |
Gets/sets the WHERE clause (without the WHERE keyword), if any.
In addition to setting this directly, you can use the
AddFilter(String) method to
add additional filters without having to worry about whether an AND conjunction is required.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string Where { get; set; }
Public Property Where As String
Get
Set
Property Value
Type:
String
See Also