MapperFiltersAddRowKeyFilter Method (String, String, String) |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperFilter AddRowKeyFilter(
string clause,
string rowKey,
string shortDesc = null
)
Public Function AddRowKeyFilter (
clause As String,
rowKey As String,
Optional shortDesc As String = Nothing
) As MapperFilter
Parameters
- clause
- Type: SystemString
The filter clause. - rowKey
- Type: SystemString
The RowKey value. - shortDesc (Optional)
- Type: SystemString
An optional short description of the filter.
Return Value
Type:
MapperFilterThe newly created and added filter.
See Also