MapperKernelGetKeyset Method |
Get an array of keys using the current filter.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string[] GetKeyset()
Protected Function GetKeyset As String()
Return Value
Type:
StringThe array of keys.
Remarks
This method is not yet fully tested.
See Also