3 references to BuildQuery
System.Data.Linq (3)
SqlClient\SqlProvider.cs (3)
838QueryInfo[] qis = this.BuildQuery(ResultShape.Sequence, TypeSystem.GetSequenceType(elementType), query, parameters, annotations); 1434return this.BuildQuery(this.GetResultShape(query), this.GetResultType(query), node, null, annotations); 1681QueryInfo[] qis = this.BuildQuery(ResultShape.Sequence, resultType, suq, null, annotations);