ids property

List<String>? ids
getter/setter pair

This can optionally be used to identify record sources in case of mixed data sources (ex. merging together QueryResults from different queries.

Implementation

List<String>? ids;