containingSet property

  1. @override
ResultSet? containingSet
override

The result set containing this column, or null if this column is not part of a known result set.

Implementation

@override
ResultSet? get containingSet => view;
void containingSet=(ResultSet? _containingSet)
inherited

The result set containing this column, or null if this column is not part of a known result set.

Implementation

ResultSet? containingSet;