Skip to main content

IDataSourceInfoService.GetDataMembers(String) Method

Gets data members of the specified data source.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

string[] GetDataMembers(
    string dataSourceComponentName
)

Parameters

Name Type Description
dataSourceComponentName String

A String value that specifies the component name of the data source.

Returns

Type Description
String[]

An array of String values that are data members of the specified data source.

See Also