selectedKeyFiltering property

bool selectedKeyFiltering
final

Whether the adapter understands key-based selected-row filtering.

When true, the adapter must apply selectedKeysOnly on load requests and aggregate requests as an include-only key predicate. An active request with an empty key set must return an empty result. Paged datasets use this for selected(true) filtering because the full selected row set may span pages and cannot be reconstructed from the currently loaded page alone.

Implementation

final bool selectedKeyFiltering;