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