MapperBuildFilterArgs Constructor |
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 MapperBuildFilterArgs(
MapperFilterType type,
string tableName,
string columns,
string criteria,
string expression,
string rawFilterValue,
string subquery
)
Public Sub New (
type As MapperFilterType,
tableName As String,
columns As String,
criteria As String,
expression As String,
rawFilterValue As String,
subquery As String
)
Parameters
- type
- Type: NetQuarry.DataMapperFilterType
The type of filter to build. - tableName
- Type: SystemString
The name of the table against which to filter. - columns
- Type: SystemString
The columns against which to filter. - criteria
- Type: SystemString
The filter criteria. - expression
- Type: SystemString
The filter expression. - rawFilterValue
- Type: SystemString
The search text. - subquery
- Type: SystemString
The full-text search (FTS) subquery, if any.
See Also