5 references to BuildProjection
System.Data.Linq (5)
SqlClient\Query\QueryConverter.cs (3)
1169SqlExpression projection = this.translator.BuildProjection(aref, function.ResultRowTypes[0].InheritanceRoot, this.allowDeferred, null, mce); 1198spc.Projection = this.translator.BuildProjection(rowExp, rowType, this.allowDeferred, null, mce); 1260suq.Projection = this.translator.BuildProjection(rowExp, mType, this.allowDeferred, null, this.dominatingExpression);
SqlClient\Query\Translator.cs (1)
37SqlExpression projection = this.BuildProjection(tableAliasRef, table.RowType, allowDeferred, link, source);
SqlClient\SqlProvider.cs (1)
1678suq.Projection = this.translator.BuildProjection(rowExp, rowType, true, null, tmp);