Class DbSession<TConnection, TCommand, TReader>.ReaderInvoker
Invokes database recordset reader.
Inheritance
System.Object
    
    AddonInvoker<IDbReaderInterceptor<TCommand, TReader>>
    DbSession<TConnection, TCommand, TReader>.ReaderInvoker
  Inherited Members
      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. |