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; 134AggregateNode.Bind(_relation, list); 184if (_relation == null) 188rows = row.GetChildRows(_relation, version);