Constructor ReaderInvoker
| Improve this Doc View SourceReaderInvoker(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. |