1 write to expression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
798
this.
expression
= value;
4 references to expression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
792
get { return this.
expression
; }
796
if (this.
expression
!= null && !this.
expression
.ClrType.IsAssignableFrom(value.ClrType))
797
throw Error.ArgumentWrongType("value", this.
expression
.ClrType, value.ClrType);