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