Provides input data for PivotData from data reader of the specified ADO.NET IDbCommand instance.
Inheritance Hierarchy
NReco.PivotData.Input.DbCommandSource
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The DbCommandSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DbCommandSource |
Initializes a new DbCommandSource instance with specified ADO.NET IDbCommand instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadData |
Reads data from data reader and provides it as IEnumerable with field access handler to the specified callback.
|
![]() | ToString | (Inherited from Object.) |
See Also