1 write to matchValue
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1301
this.
matchValue
= value;
4 references to matchValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1295
get { return this.
matchValue
; }
1299
if (this.
matchValue
!= null && this.
matchValue
.ClrType != value.ClrType)
1300
throw Error.ArgumentWrongType("value", this.
matchValue
.ClrType, value.ClrType);