Struct LetGoOfReaderAndCommand
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
commandIDbCommand
Methods
Invoke(DbDataReader)
Runs once the rows are walked out or the walk is left early.
public void Invoke(DbDataReader reader)
Parameters
readerDbDataReader