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