1 write to match
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1374
this.
match
= value;
4 references to match
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1370
get { return this.
match
; }
1372
if (this.
match
!= null && value != null && this.
match
.ClrType != value.ClrType)
1373
throw Error.ArgumentWrongType("value", this.
match
.ClrType, value.ClrType);