Table of Contents

Struct LetGoOfReaderAndCommand

Namespace
Rinku.Mapping.Parsers
Assembly
Rinku.dll

Lets go of the reader and the command, for a run that owns both.

public readonly struct LetGoOfReaderAndCommand : IReaderDone
Implements
Inherited Members
Extension Methods

Constructors

LetGoOfReaderAndCommand(IDbCommand)

Lets go of the reader and the command, for a run that owns both.

public LetGoOfReaderAndCommand(IDbCommand command)

Parameters

command IDbCommand

Methods

Invoke(DbDataReader)

Runs once the rows are walked out or the walk is left early.

public void Invoke(DbDataReader reader)

Parameters

reader DbDataReader