1 write to query
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
533this.query = value;
3 references to query
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (3)
527get { return this.query; } 531if (this.query != null && this.query != value)