1 write to table
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
386this.table = table;
2 references to table
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
393get { return this.table; } 397get { return this.table.TableName; }