Skip to main content
A newer version of this page is available. .

DataSchemaProvider.FillDataSchema(ColumnsByTableDictionary) Method

Obtains separate XSD-schema for the available tables and views, as well the specified data columns.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public DataSchema FillDataSchema(
    ColumnsByTableDictionary fillingColumnsByTable
)

Parameters

Name Type Description
fillingColumnsByTable ColumnsByTableDictionary

A ColumnsByTableDictionary object.

Returns

Type Description
DataSchema

A DataSchema object.

See Also