4 references to CreateKeyRowType
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (2)
1192
TypeUsage keyType = CreateResultType(TypeHelpers.
CreateKeyRowType
(entitySet.ElementType));
1211
return CreateResultType(TypeHelpers.
CreateKeyRowType
(refType.ElementType));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1882
RowType entityKeyRowType = TypeHelpers.
CreateKeyRowType
(entitySet.ElementType);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2111
Node newArg = BuildSoftCast(VisitExprAsScalar(e.Argument), TypeHelpers.
CreateKeyRowType
(e.EntitySet.ElementType));