Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    string GetConnectionString()

    Returns

    Type Description
    String

    The connection string.

    See Also