Interface IReaderDone
What to do with a reader once the result that held it is finished.
public interface IReaderDone
- Extension Methods
Methods
Invoke(DbDataReader)
Runs once the rows are walked out or the walk is left early.
void Invoke(DbDataReader reader)
Parameters
readerDbDataReader