6 references to SortKeys
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (2)
334
if (0 != ci.
SortKeys
.Count) {
335
attrs2.Add("SortKeys", FormatVarList(sb, ci.
SortKeys
));
System\Data\Query\InternalTrees\OpCopier.cs (1)
1120
List<SortKey> newSortKeys = Copy(ci.
SortKeys
);
System\Data\Query\PlanCompiler\NestPullup.cs (3)
2152
chiCi.
SortKeys
,
2274
RemapSortKeys(ci.
SortKeys
, varMapList[i]);
2281
ci.
SortKeys
,