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
];
113
throw ExprException.UnboundName(
_columnName
);
117
Debug.Assert(_column != null, $"Failed to bind column {
_columnName
}");