6 references to CreateSortKey
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
208
return Command.
CreateSortKey
(
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2864
sortKey = Command.
CreateSortKey
(specVar, clause.Ascending, clause.Collation);
System\Data\Query\PlanCompiler\NestPullup.cs (3)
1627
inputNestOp.PrefixSortKeys.Add(Command.
CreateSortKey
(sk.Var, sk.AscendingSort, sk.Collation));
1667
sortKeyList.Add(Command.
CreateSortKey
(sk.Var, sk.AscendingSort, sk.Collation));
1676
sortKeyList.Add(Command.
CreateSortKey
(sk.Var, sk.AscendingSort, sk.Collation));
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
683
InternalTrees.SortKey newKey = Command.
CreateSortKey
(v, k.AscendingSort, k.Collation);