6 references to IsGrouping
System.Data.Linq (6)
SqlClient\Query\QueryConverter.cs (6)
966if (IsGrouping(selection.ClrType)) { 1427if (IsGrouping(type)) { 1451if (IsGrouping(type)) { 1485if (IsGrouping(expression.Body.Type)) { 1508if (IsGrouping(expression.Body.Type)) { 1662if (select.Selection.SqlType.IsRuntimeOnlyType && !IsGrouping(sequence.Type) && !isCount && lambda == null) {