2 references to FindColumnWithExpression
System.Data.Linq (2)
SqlClient\Query\SqlFlattener.cs (2)
106
c = this.
FindColumnWithExpression
(this.row.Columns, col.Expression);
142
SqlColumn c = (!this.isInput) ? this.
FindColumnWithExpression
(this.row.Columns, expr) : null;