1 write to valueExpression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1133
this.
valueExpression
= value;
4 references to valueExpression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1127
get { return this.
valueExpression
; }
1131
if (this.
valueExpression
!= null && !this.
valueExpression
.ClrType.IsAssignableFrom(value.ClrType))
1132
throw Error.ArgumentWrongType("value", this.
valueExpression
.ClrType, value.ClrType);