3 writes to _relation
System.Data.Common (3)
System\Data\Filter\AggregateNode.cs (3)
78
_relation
= null;
95
_relation
= relations[0];
104
_relation
= relations[_relationName];
5 references to _relation
System.Data.Common (5)
System\Data\Filter\AggregateNode.cs (5)
108
_childTable = (
_relation
== null) ? table :
_relation
.ChildTable;
134
AggregateNode.Bind(
_relation
, list);
184
if (
_relation
== null)
188
rows = row.GetChildRows(
_relation
, version);