VistaDB6ConnectionParameters Class
Contains parameters that are used to establish a connection to a VistaDB 6 database file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
The VistaDB6ConnectionParameters class exposes the FileConnectionParametersBase.FileName and FileConnectionParametersBase.Password properties that specify the path to the database file and the password that is used to access this file.
For more information about the use of classes that contain data connection parameters, refer to the following topic: DataConnectionParametersBase.
Inheritance
Object
DataConnectionParametersBase
FileConnectionParametersBase
VistaDBConnectionParameters
VistaDB6ConnectionParameters
See Also