Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    NonPersistentObjectSpaceProvider.ConnectionString Property

    This property is added to support the IObjectSpaceProvider interface and returns an empty string.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public string ConnectionString { get; set; }

    Property Value

    Type Description
    String

    A connection string that the current Object Space Provider uses.

    Implements

    See Also