Skip to main content

ObjectDataProvider.GetColumns(String) Method

Returns a collection of columns available in a data source.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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