1 write to projection
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
452
this.
projection
= value;
4 references to projection
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
448
get { return this.
projection
; }
450
if (this.
projection
!= null && this.
projection
.ClrType != value.ClrType)
451
throw Error.ArgumentWrongType("value", this.
projection
.ClrType, value.ClrType);