1 write to _childTable
System.Data.Common (1)
System\Data\Filter\AggregateNode.cs (1)
108_childTable = (_relation == null) ? table : _relation.ChildTable;
5 references to _childTable
System.Data.Common (5)
System\Data\Filter\AggregateNode.cs (5)
110_column = _childTable.Columns[_columnName]; 168if (_childTable == null) 175rows = new DataRow[_childTable.Rows.Count]; 176_childTable.Rows.CopyTo(rows, 0); 229if (_childTable == null)