1 write to _column
System.Data.Common (1)
System\Data\Filter\AggregateNode.cs (1)
110_column = _childTable.Columns[_columnName];
9 references to _column
System.Data.Common (9)
System\Data\Filter\AggregateNode.cs (9)
112if (_column == null) 117Debug.Assert(_column != null, $"Failed to bind column {_columnName}"); 124if (_column == dataColumn) 131list.Add(_column); 222return _column!.GetAggregateValue(records, _type); 235return _column!.GetAggregateValue(records, _type); 260if (_column == column) 264if (_column!.Computed) 266return _column.DataExpression!.DependsOn(column);