Skip to main content

XmlFileConnectionParameters(String) Constructor

Initializes a new instance of the XmlFileConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public XmlFileConnectionParameters(
    string fileName
)

Parameters

Name Type Description
fileName String

A String that specifies the path to the XML file. This value is assigned to the XmlFileConnectionParameters.FileName property.

See Also