IDataSourceInfoService.GetDataMembers(String) Method
Gets data members of the specified data source.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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