Skip to main content

DataSchemaProvider.FillTablesDataSchema(ColumnsByTableDictionary) Method

Obtains separate XSD-schema for the available tables and the specified data columns.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string FillTablesDataSchema(
    ColumnsByTableDictionary fillingColumnsByTable
)

Parameters

Name Type Description
fillingColumnsByTable ColumnsByTableDictionary

A ColumnsByTableDictionary object.

Returns

Type Description
String

A String value.

See Also