1 write to rightValue
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2094
this.
rightValue
= value;
4 references to rightValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
2081
if (this.
rightValue
!= null && !value.ClrType.IsAssignableFrom(this.
rightValue
.ClrType))
2082
throw Error.ArgumentWrongType("value", this.
rightValue
.ClrType, value.ClrType);
2088
get { return this.
rightValue
; }