1 write to translator
System.Data.Linq (1)
SqlClient\Query\QueryConverter.cs (1)
81
this.
translator
= translator;
4 references to translator
System.Data.Linq (4)
SqlClient\Query\QueryConverter.cs (4)
789
return this.
translator
.BuildDefaultQuery(metaTable.RowType, this.allowDeferred, link, this.dominatingExpression);
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);