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