1 implementation of GetNextResult
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2456public IObjectReader GetNextResult(IObjectReaderSession session, bool disposeDataReader) {
1 reference to GetNextResult
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1993IObjectReader objReader = factory.GetNextResult(this.session, false);