1 write to row
System.Data.Linq (1)
SqlClient\Query\SqlFlattener.cs (1)
93
this.
row
= row;
6 references to row
System.Data.Linq (6)
SqlClient\Query\SqlFlattener.cs (6)
104
SqlColumn c = this.FindColumn(this.
row
.Columns, col);
106
c = this.FindColumnWithExpression(this.
row
.Columns, col.Expression);
109
this.
row
.Columns.Add(col);
123
SqlColumn c = this.FindColumn(this.
row
.Columns, cref.Column);
142
SqlColumn c = (!this.isInput) ? this.FindColumnWithExpression(this.
row
.Columns, expr) : null;
145
this.
row
.Columns.Add(c);