MapperKernelSelectedKeys Method |
SelectedKeys is used to obtain a list of the RowKeys for the rows
currently selected in the mapper. In a detail this is the current row.
In a datasheet this is the set of selected rows.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ArrayList SelectedKeys()
Public Function SelectedKeys As ArrayList
Return Value
Type:
ArrayListAn array of string RowKeys. The array will not be null, but may be empty.
Implements
IMapperSelectedKeysSee Also