1 write to childTable
System.Data (1)
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
104childTable = (relation == null) ? table : relation.ChildTable;
5 references to childTable
System.Data (5)
fx\src\data\System\Data\Filter\AggregateNode.cs (5)
106this.column = childTable.Columns[columnName]; 153if (childTable == null) 159rows = new DataRow[childTable.Rows.Count]; 160childTable.Rows.CopyTo(rows, 0); 202if (childTable == null)