Click or drag to resize

MapperFilterAddClause Method (String, Boolean)

Append an additional filter clause to this filter. The clause is added with a SQL AND or OR conjunction as specified.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddClause(
	string clause,
	bool andConjunction
)

Parameters

clause
Type: SystemString
The SQL clause to add.
andConjunction
Type: SystemBoolean
If true the clause is ANDed in, else ORed in.
See Also