DbConnectionDataProvider.GetColumns(String) Method
Returns a collection of columns available in a data source.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataMember | String | A String value, specifying the data member. |
Returns
Type | Description |
---|---|
IEnumerable<ColumnInfo> | A collection of ColumnInfo objects. |
Implements
See Also