Skip to main content

DbSchemaHelper.FillSchema(DbConnection, DbDataAdapter, DataSet, String) Method

Fills the data source schema.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void FillSchema(
    DbConnection connection,
    DbDataAdapter dataAdapter,
    DataSet dataSet,
    string tableName
)

Parameters

Name Type Description
connection DbConnection

A DbConnection object.

dataAdapter DbDataAdapter

A DbDataAdapter object.

dataSet DataSet

A DataSet object.

tableName String

A String value, specifying the table name.

See Also