Click or drag to resize

NamedFilter Constructor

Fully-qualified constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public NamedFilter(
	string id,
	string name,
	string sql,
	NamedFilterAttrs attrs
)

Parameters

id
Type: SystemString
The uniquer filter ID.
name
Type: SystemString
The name of the filter.
sql
Type: SystemString
The SQL statement to apply when the filter is used.
attrs
Type: NetQuarryNamedFilterAttrs
Attributes describing the filter.
See Also