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