Skip to main content

ColumnsByTableDictionary Class

OBSOLETE

This class is now obsolete.

A dictionary for DataSchemaProvider.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Obsolete("This class is now obsolete.")]
public class ColumnsByTableDictionary :
    Dictionary<string, IList<string>>

Inheritance

Object
Dictionary<String, IList<String>>
ColumnsByTableDictionary
See Also