4 references to HasLocalAggregate
System.Data.Common (4)
System\Data\DataTable.cs (3)
7014if (col.DataExpression != null && col.DataExpression.HasLocalAggregate() && col.Table == this) 7156if (dc.DataExpression != null && dc.DataExpression.HasLocalAggregate()) 7207if (dc.Table != this || (dc.DataExpression != null && !dc.DataExpression.HasLocalAggregate()))
System\Data\Filter\NameNode.cs (1)
131return _column.DataExpression!.HasLocalAggregate();