selectedPrimaryColumns property

Set<String> selectedPrimaryColumns
final

A set of specific column names (database names) to be selected from the primary table. If selectAllPrimary is true, this set is ignored for the primary table's columns.

Implementation

final Set<String> selectedPrimaryColumns = {};