Click or drag to resize

MapperKernelRowKeyFilter Method

RowKeyFilter is used to build a filter unique for a RowKey obtained from the RowKey property.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RowKeyFilter(
	string rowKey
)

Parameters

rowKey
Type: SystemString
A key previously obtained from the mapper's RowKey property.

Return Value

Type: String
A SQL filter clause to filter for the row for which the RowKey was obtained.

Implements

IMapperRowKeyFilter(String)
See Also