Show / Hide Table of Contents

Class CreateModalModel.TenantDatabaseConnectionStringsModel

Inheritance
object
CreateModalModel.TenantDatabaseConnectionStringsModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel.TenantDatabaseConnectionStringsModel : ExtensibleObject

Constructors

TenantDatabaseConnectionStringsModel()

Declaration
public TenantDatabaseConnectionStringsModel()

Properties

ConnectionString

Declaration
[StringLength(1024)]
public string ConnectionString { get; set; }
Property Value
Type Description
string

DatabaseName

Declaration
public string DatabaseName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft