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

Odbc DataSource
Наследование: IDataSource
Показать файл Открыть проект

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

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

Converts the selected records to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

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

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

Converts the selected records to an IEnumerable of Pdf Cells Data
public OdbcDataReaderDataSource ( string connectionString, string sql ) : System
connectionString string the connection string
sql string SQL statement to select the required records
Результат System

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

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