2 references to VisitOrderBy
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
2256return this.VisitOrderBy(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), SqlOrderType.Ascending); 2263return this.VisitOrderBy(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), SqlOrderType.Descending);