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