Table of Contents

Interface IReaderDone

Namespace
Rinku.Mapping.Parsers
Assembly
Rinku.dll

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

reader DbDataReader