7 references to CanSkipOnSelection
System.Data.Linq (7)
SqlClient\Query\QueryConverter.cs (7)
983
return
CanSkipOnSelection
(select.Selection);
992
left =
CanSkipOnSelection
(selectLeft.Selection);
997
right =
CanSkipOnSelection
(selectRight.Selection);
1003
return
CanSkipOnSelection
(expr);
1009
if (!
CanSkipOnSelection
(ma.Expression))
1014
if (!
CanSkipOnSelection
(sn.Args[i])) {
1096
if (!
CanSkipOnSelection
(select.Selection)) {