2 references to FindColumn
System.Data.Linq (2)
SqlClient\Query\SqlFlattener.cs (2)
104
SqlColumn c = this.
FindColumn
(this.row.Columns, col);
123
SqlColumn c = this.
FindColumn
(this.row.Columns, cref.Column);