Skip to main content

IDataSourceStorage.GetDataSource(String) Method

Loads the data source’s XML definition from the current IDataSourceStorage.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

XDocument GetDataSource(
    string dataSourceID
)

Parameters

Name Type Description
dataSourceID String

A String value that is the data source’s identifier.

Returns

Type Description
XDocument

A XDocument object that is the XML definition of the loaded data source.

See Also