DbSchemaHelper.GetSchemaColumnName(DbConnection) Method
Returns the column name from a data source schema.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
connection | DbConnection | A DbConnection object. |
Returns
Type | Description |
---|---|
String | A String value. |
See Also