3 writes to relation
System.Data (3)
fx\src\data\System\Data\Filter\AggregateNode.cs (3)
80relation = null; 93relation = relations[0]; 100relation = relations[relationName];
5 references to relation
System.Data (5)
fx\src\data\System\Data\Filter\AggregateNode.cs (5)
104childTable = (relation == null) ? table : relation.ChildTable; 128AggregateNode.Bind(relation, list); 166if (relation == null) { 169rows = row.GetChildRows(relation, version);