1 write to table
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2004this.table = value;
3 references to table
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (3)
2000get { return this.table; } 2018if (!this.table.RowType.Type.IsAssignableFrom(value.ClrType)) 2019throw Error.ArgumentWrongType("value", this.table.RowType, value.ClrType);