1 implementation of NextResult
System.Data.Common (1)
System\Data\Common\DbDataReader.cs (1)
294
public abstract bool
NextResult
();
5 references to NextResult
System.Data.Common (5)
System\Data\Common\DataAdapter.cs (1)
358
} while (dataReader.
NextResult
()); // FillSchema does not capture errors for FillError event
System\Data\Common\DbDataAdapter.cs (1)
1526
} while (dataReader.
NextResult
());
System\Data\DataSet.cs (1)
3633
if (!reader.IsClosed && !reader.
NextResult
())
System\Data\DataTable.cs (1)
4996
if (!reader.IsClosed && !reader.
NextResult
())
System\Data\ProviderBase\DataReaderContainer.cs (1)
63
if (_dataReader.
NextResult
())