Show / Hide Table of Contents

Constructor ReaderInvoker

| Improve this Doc View Source

ReaderInvoker(DbSession, Model, TCommand)

Initializes a new instance of DbSession<TConnection, TCommand, TReader>.ReaderInvoker class.

Declaration
protected ReaderInvoker(DbSession dbSession, Model model, TCommand command)
Parameters
Type Name Description
DbSession dbSession

The database session.

Model model

The model of the database recordset.

TCommand command

The command to execute.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest