1 write to columnName
System.Data (1)
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
72this.columnName = columnName;
3 references to columnName
System.Data (3)
fx\src\data\System\Data\Filter\AggregateNode.cs (3)
106this.column = childTable.Columns[columnName]; 109throw ExprException.UnboundName(columnName); 113Debug.Assert(column != null, "Failed to bind column " + columnName);