XpoDataSourceConnectionParameters Class
Contains parameters used to establish a connection to the XPO (eXpress Persistent Objects).
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The XpoDataSourceConnectionParameters class instance provides the ConnectionStringName parameter used to establish a connection to the eXpress Persistent Objects.
For more information about the use of classes that provide data connection parameters, see DataConnectionParametersBase.
You can pass connection parameters when you handle the ConfigureDataConnection event:
- Web - ASPxDashboard.ConfigureDataConnection
- Web - DashboardConfigurator.ConfigureDataConnection
- Web - Dashboard.ConfigureDataConnection
- WinForms - DashboardDesigner.ConfigureDataConnection
- WinForms - DashboardViewer.ConfigureDataConnection
- WPF - DashboardControl.ConfigureDataConnection
Inheritance
Object
DataConnectionParametersBase
CustomStringConnectionParameters
XpoDataSourceConnectionParameters
See Also