Skip to main content

ExtractDataSourceConnectionParameters(String) Constructor

Initializes a new instance of the ExtractDataSourceConnectionParameters class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ExtractDataSourceConnectionParameters(
    string fileName
)

Parameters

Name Type Description
fileName String

A String value that specifies the path to a file containing a data extract.

See Also