MapperFiltersAdd Method (String, String) |
Simple way to add a SQL filter CLAUSE to the collection.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
string name,
string filterClause
)
Public Sub Add (
name As String,
filterClause As String
)
Parameters
- name
- Type: SystemString
The name of the filter - filterClause
- Type: SystemString
The clause to use in the filter
See Also