IMapperRowKeyFilter Method |
RowKeyFilter is used to build a filter unique for a RowKey obtained from the
RowKey property.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string RowKeyFilter(
string rowKey
)
Function RowKeyFilter (
rowKey As String
) As String
Parameters
- rowKey
- Type: SystemString
A key previously obtained from the mapper's RowKey property.
Return Value
Type:
StringA SQL filter clause to filter for the row for which the RowKey was obtained.
See Also