MapperFilterCreateRowKeyFilter Method |
Creates a RowKey filter. Typically a RowKey filter is built by calling a mapper's
RowKeyFilter(String) and passing
the
RowKey. RowKey filters are marked with
PK and should include the RowKey in
the filter's
FieldValue.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static MapperFilter CreateRowKeyFilter(
string clause,
string rowKey,
string shortDesc = null
)
Public Shared Function CreateRowKeyFilter (
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. - shortDesc (Optional)
- Type: SystemString
An optional short description of the filter.
Return Value
Type:
MapperFilterThe newly created filter.
See Also