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

DbConnectionDataProvider.GetColumns(String) Method

Returns a collection of columns available in a data source.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public IEnumerable<ColumnInfo> GetColumns(
    string dataMember
)

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