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