Skip to main content
All docs
V25.2
  • IConnectionStringProvider.GetConnectionString() Method

    Returns the connection string for the current tenant’s database in a multi-tenant application.

    Namespace: DevExpress.ExpressApp.MultiTenancy

    Assembly: DevExpress.ExpressApp.MultiTenancy.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.MultiTenancy

    Declaration

    string GetConnectionString()

    Returns

    Type Description
    String

    The connection string.

    See Also