Skip to main content

IDataSourceInfoService.GetDataSource(String) Method

Gets a data source with the specified component name.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

IDashboardDataSource GetDataSource(
    string dataSourceComponentName
)

Parameters

Name Type Description
dataSourceComponentName String

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

Returns

Type Description
IDashboardDataSource

An object implementing the IDashboardDataSource interface.

See Also