Show / Hide Table of Contents

Class DbSession<TConnection, TCommand, TReader>.ReaderInvoker

Invokes database recordset reader.

Inheritance
System.Object
AddonInvoker
AddonInvoker<IDbReaderInterceptor<TCommand, TReader>>
DbSession<TConnection, TCommand, TReader>.ReaderInvoker
Inherited Members
AddonInvoker<IDbReaderInterceptor<TCommand, TReader>>.Invoke(Action, Action<IDbReaderInterceptor<TCommand, TReader>>, Action<IDbReaderInterceptor<TCommand, TReader>>)
AddonInvoker<IDbReaderInterceptor<TCommand, TReader>>.InvokeAsync(Task, Action<IDbReaderInterceptor<TCommand, TReader>>, Action<IDbReaderInterceptor<TCommand, TReader>>)
AddonInvoker.AddonBag
AddonInvoker.IsAsync
AddonInvoker.TaskStatus
AddonInvoker.OriginalException
AddonInvoker.Exception
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
protected abstract class ReaderInvoker : AddonInvoker<IDbReaderInterceptor<TCommand, TReader>>

Constructors

Name Description
ReaderInvoker(DbSession, Model, TCommand)

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

Properties

Name Description
Command

Gets the database command.

Model

Gets the model of the database recordset.

Result

Gets the reader result.

Methods

Name Description
ExecuteCoreAsync(CancellationToken)

Executes the reader.

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