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