XmlFileConnectionParameters Class
Contains parameters used to establish a connection to an XML file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Remarks
The XmlFileConnectionParameters class exposes the FileConnectionParametersBase.FileName property that specifies the path to the XML file.
To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
Inheritance
Object
DataConnectionParametersBase
XmlFileConnectionParameters
See Also