13 references to Query
System.Data.Linq (13)
SqlClient\SqlProvider.cs (13)
823subQueries = this.CompileSubQueries(qi.Query); 824factory = this.GetReaderFactory(qi.Query, qi.ResultType); 827subQueries = this.CompileSubQueries(qi.Query); 828factory = this.GetReaderFactory(qi.Query, TypeSystem.GetElementType(qi.ResultType)); 841ICompiledSubQuery[] subQueries = this.CompileSubQueries(qi.Query); 842IObjectReaderFactory factory = this.GetReaderFactory(qi.Query, elementType); 905subQueries = this.CompileSubQueries(qi.Query); 906factory = this.GetReaderFactory(qi.Query, qi.ResultType); 909subQueries = this.CompileSubQueries(qi.Query); 910factory = this.GetReaderFactory(qi.Query, TypeSystem.GetElementType(qi.ResultType)); 986SqlServerCompatibilityCheck.ThrowIfUnsupported(queries[i].Query, annotations, this.Mode); 1682return this.GetReaderFactory(qis[qis.Length - 1].Query, rowType.Type); 1768this.queryInfo.Query,