2 references to NewRecordOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
889
return new
NewRecordOp
(type, fields);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2892
NewRecordOp newRecordOp = new
NewRecordOp
(typeInfo.FlattenedTypeUsage, newFields);