1 write to expression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1213this.expression = value;
4 references to expression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1207get { return this.expression; } 1211if (this.expression != null && this.expression.ClrType != value.ClrType) 1212throw Error.ArgumentWrongType("value", this.expression.ClrType, value.ClrType);