C# Класс PdfRpt.DataSources.GenericDataReaderDataSource

Using the data provider factory classes to develop a pluggable data layer that is independent of database type and ADO.NET data provider.
Наследование: IDataSource
Показать файл Открыть проект

Открытые методы

Метод Описание
GenericDataReaderDataSource ( string providerName, string connectionString, string sql ) : System

Converts the selected records to an IEnumerable of the Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

Описание методов

GenericDataReaderDataSource() публичный Метод

Converts the selected records to an IEnumerable of the Pdf Cells Data
public GenericDataReaderDataSource ( string providerName, string connectionString, string sql ) : System
providerName string Invariant name of a provider. Supports the ADO.NET Factory classes to allow you the ability to dynamically load the provider at runtime
connectionString string the connection string
sql string SQL statement to select the required records
Результат System

Rows() публичный Метод

The data to render.
public Rows ( ) : IEnumerable>
Результат IEnumerable>