Skip to main content

IDashboardDataSource.GetDataSourceSchema(String) Method

For internal use.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

IDataSourceSchema GetDataSourceSchema(
    string dataMember
)

Parameters

Name Type
dataMember String

Returns

Type
DevExpress.DashboardCommon.Native.IDataSourceSchema
See Also