3 references to CreateRowTypeUsage
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
2513converted = TypeHelpers.CreateRowTypeUsage( 2566return new ValueExpression(DbExpressionBuilder.New(TypeHelpers.CreateRowTypeUsage(rowColumns, true /* readOnly */), fieldExprs));
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1615TypeUsage keyExprType = TypeHelpers.CreateRowTypeUsage(keyFieldTypes, true);