2 writes to OutputColumns
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2268
result.
OutputColumns
= newColumns;
3477
selectStatement.
OutputColumns
= new Dictionary<string, Symbol>();
8 references to OutputColumns
System.Data.Entity (8)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (8)
2531
resultFromSymbol = new Symbol(e.Input.VariableName, e.Input.VariableType, input.
OutputColumns
, false);
3185
fromSymbol = new Symbol(input.VariableName, input.VariableType, sqlSelectStatement.
OutputColumns
, sqlSelectStatement.OutputColumnsRenamed);
3191
fromSymbol = new Symbol(input.VariableName, input.VariableType, sqlSelectStatement.
OutputColumns
, sqlSelectStatement.OutputColumnsRenamed);
3352
Symbol fromSymbol = new Symbol("X", TypeHelpers.GetElementTypeUsage(left.ResultType), leftSelectStatement.
OutputColumns
, true);
3475
if (selectStatement.
OutputColumns
== null)
3562
if (!selectStatement.
OutputColumns
.ContainsKey(columnName))
3564
selectStatement.
OutputColumns
.Add(columnName, columnSymbol);
3781
fromSymbol = new Symbol(inputVarName, inputVarType, oldStatement.
OutputColumns
, oldStatement.OutputColumnsRenamed);