1 write to matchExpression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1290
this.
matchExpression
= value;
4 references to matchExpression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1286
get { return this.
matchExpression
; }
1288
if (this.
matchExpression
!= null && value != null && this.
matchExpression
.ClrType != value.ClrType)
1289
throw Error.ArgumentWrongType("value", this.
matchExpression
.ClrType, value.ClrType);