Show / Hide Table of Contents

Method CreateReaderInvoker

| Improve this Doc View Source

CreateReaderInvoker(Model, TCommand)

Creates database reader invoker.

Declaration
protected abstract DbSession<TConnection, TCommand, TReader>.ReaderInvoker CreateReaderInvoker(Model model, TCommand command)
Parameters
Type Name Description
Model model

The model of database recordset.

TCommand command

The command to be executed.

Returns
Type Description
DbSession.ReaderInvoker<>

The database reader invoker.

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