XmlFileConnectionParameters(String) Constructor
Initializes a new instance of the XmlFileConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v22.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
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