Click or drag to resize

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
)

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.
See Also