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

ColumnsByTableDictionary Class

A dictionary for DataSchemaProvider.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class ColumnsByTableDictionary :
    Dictionary<string, IList<string>>

Inheritance

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