Skip to main content

ExtractDataSourceConnectionParameters(String, String) Constructor

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Initializes a new instance of the ExtractDataSourceConnectionParameters class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v26.1.Core.dll

Declaration

public ExtractDataSourceConnectionParameters(
    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