FileConnectionParametersBase Class
Serves as the base for classes that contain the parameters used to connect to database files.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Remarks
The FileConnectionParametersBase class exposes the FileConnectionParametersBase.FileName and FileConnectionParametersBase.Password properties that specify the path to the database file and the password used to access this file.
To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
Inheritance
See Also