1 write to OutputColumnsRenamed
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\Symbol.cs (1)
129
this.
OutputColumnsRenamed
= outputColumnsRenamed;
4 references to OutputColumnsRenamed
System.Data.Entity (4)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
2371
if (symbol.
OutputColumnsRenamed
)
3470
if (symbol.
OutputColumnsRenamed
)
3537
columnSymbol = ((inputSymbol != null) && symbol.
OutputColumnsRenamed
)? inputSymbol : new Symbol(columnName, null);
3546
if (symbol.
OutputColumnsRenamed
)