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