2 references to ConstrainedSortOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (2)
1292
return new
ConstrainedSortOp
(sortKeys, false);
1303
return new
ConstrainedSortOp
(sortKeys, withTies);