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
)
Public Sub New (
id As String,
name As String,
sql As String,
attrs As NamedFilterAttrs
)
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