8 references to AddFromSymbol
System.Data.Entity (8)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (7)
1186AddFromSymbol(result, "distinct", fromSymbol, false); 1450AddFromSymbol(result, e.Input.VariableName, fromSymbol, false); 1703AddFromSymbol(result, "top", fromSymbol, false); 2926AddFromSymbol(result, "element", fromSymbol, false); 3353AddFromSymbol(selectStatement, null, fromSymbol, false); 3615/// <see cref="AddFromSymbol(SqlSelectStatement, string, Symbol, bool)"/> 3622AddFromSymbol(selectStatement, inputVarName, fromSymbol, true);
System\Data\SqlClient\SqlGen\Symbol.cs (1)
35/// This allows <see cref="SqlGenerator.AddFromSymbol(SqlSelectStatement, string, Symbol, bool)"/> to add the column list