ColumnsByTableDictionary Class
OBSOLETE
This class is now obsolete.
A dictionary for DataSchemaProvider.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Obsolete("This class is now obsolete.")]
public class ColumnsByTableDictionary :
Dictionary<string, IList<string>>
Inheritance
See Also