Click or drag to resize

MapperKernelGetRowKeyFields Method

Get the collection of fields in the mapper that comprise the row keys.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Fields GetRowKeyFields()

Return Value

Type: Fields
A Fields collection of the row key fields.
See Also