2 writes to query
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
1902
this.
query
= subquery;
1912
this.
query
= value;
4 references to query
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1908
get { return this.
query
; }
1910
if (value == null || (this.
query
!= null && this.
query
.ClrType != value.ClrType))
1911
throw Error.ArgumentWrongType(value, this.
query
.ClrType, value.ClrType);