5 references to DbSortClause
System.Data.Entity (5)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (4)
247return new DbSortClause(key, true, String.Empty); 260return new DbSortClause(key, false, String.Empty); 275return new DbSortClause(key, true, collation); 290return new DbSortClause(key, false, collation);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
3036keys.Add(new DbSortClause(lambda, _ascending, null));