A newer version of this page is available.
Switch to the current version.
VistaDBConnectionParameters Class
Contains parameters used to establish a connection to a VistaDB database file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public class VistaDBConnectionParameters :
FileConnectionParametersBase
Public Class VistaDBConnectionParameters
Inherits FileConnectionParametersBase
Remarks
The VistaDBConnectionParameters 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
Object
DataConnectionParametersBase
FileConnectionParametersBase
VistaDBConnectionParameters
See Also
Feedback