Skip to main content
A newer version of this page is available. .

UpdateExtractDataSourceConnectionParameters(String, String) Constructor

Initializes a new instance of the UpdateExtractDataSourceConnectionParameters class with the specified settings.

Namespace: DevExpress.DashboardCommon

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

Declaration

public UpdateExtractDataSourceConnectionParameters(
    string fileName,
    string driverName
)

Parameters

Name Type Description
fileName String

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

driverName String

A String value that specifies the name of the driver used to read a data extract.

See Also