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

DbSchemaHelper.GetSchemaColumnName(DbConnection) Method

Returns the column name from a data source schema.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public static string GetSchemaColumnName(
    DbConnection connection
)

Parameters

Name Type Description
connection DbConnection

A DbConnection object.

Returns

Type Description
String

A String value.

See Also