Click or drag to resize

SQLSelectParserAddFilter Method

Add a filter clause to the Where clause. If Where is non-blank/null the existing clause will be parenthesized and the filter added with an AND conjunction.

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

Parameters

filter
Type: SystemString
The filter to add.
See Also