MapperFilter Constructor (String, String) |
Constructs a new instance of the object.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperFilter(
string name,
string clause
)
Public Sub New (
name As String,
clause As String
)
Parameters
- name
- Type: SystemString
The name of the filter. - clause
- Type: SystemString
The filter clause.
See Also