1 write to _columnName
System.Data.Common (1)
System\Data\Filter\AggregateNode.cs (1)
68_columnName = columnName;
3 references to _columnName
System.Data.Common (3)
System\Data\Filter\AggregateNode.cs (3)
110_column = _childTable.Columns[_columnName]; 113throw ExprException.UnboundName(_columnName); 117Debug.Assert(_column != null, $"Failed to bind column {_columnName}");