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];
168
if (
_childTable
== null)
175
rows = new DataRow[
_childTable
.Rows.Count];
176
_childTable
.Rows.CopyTo(rows, 0);
229
if (
_childTable
== null)