Skip to main content
All docs
V25.1
  • XpoDataSourceConnectionParameters.ConnectionStringName Property

    Gets or sets a name of a connection string used to establish a connection to the XPO (eXpress Persistent Objects).

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public string ConnectionStringName { get; set; }

    Property Value

    Type Description
    String

    A String object that is a connection name.

    See Also