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()
Protected Function GetRowKeyFields As Fields
Return Value
Type:
FieldsA Fields collection of the row key fields.
See Also