6 references to Keys
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (2)
331
if (0 != ci.
Keys
.Count) {
332
attrs2.Add("Keys", ci.
Keys
);
System\Data\Query\InternalTrees\OpCopier.cs (1)
1119
VarVec newKeys = Copy(ci.
Keys
);
System\Data\Query\PlanCompiler\NestPullup.cs (3)
2272
VarVec newCollectionKeys = RemapVarVec(ci.
Keys
, varMapList[i]);
2301
SimpleColumnMap[] keyColumnMaps = new SimpleColumnMap[newCollectionInfo.
Keys
.Count];
2302
foreach (Var keyVar in newCollectionInfo.
Keys
)