DbCommandSource Class

NReco.PivotData Class Library Documentation
Provides input data for PivotData from data reader of the specified ADO.NET IDbCommand instance.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.InputDbCommandSource

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class DbCommandSource : IPivotDataSource

The DbCommandSource type exposes the following members.

Constructors

  NameDescription
Public methodDbCommandSource
Initializes a new DbCommandSource instance with specified ADO.NET IDbCommand instance.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadData
Reads data from data reader and provides it as IEnumerable with field access handler to the specified callback.
Public methodToString (Inherited from Object.)
Top
See Also

Reference