1 write to column
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1548this.column = col;
5 references to column
System.Data.Linq (5)
SqlClient\Common\SqlNode.cs (5)
1552get { return this.column; } 1556get { return this.column.SqlType; } 1561return cref != null && cref.Column == this.column; 1565return this.column.GetHashCode(); 1569SqlColumn c = this.column;