1 write to matchExpression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1122
this.
matchExpression
= value;
5 references to matchExpression
System.Data.Linq (5)
SqlClient\Common\SqlNode.cs (5)
1115
get { return this.
matchExpression
; }
1117
if (this.
matchExpression
!= null && value != null && this.
matchExpression
.ClrType != value.ClrType
1119
&& !TypeSystem.GetNonNullableType(this.
matchExpression
.ClrType).Equals(typeof(bool))
1121
throw Error.ArgumentWrongType("value", this.
matchExpression
.ClrType, value.ClrType);