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