Show / Hide Table of Contents

Class TenantConnectionStringsModel

Inheritance
object
TenantConnectionStringsModel
Namespace: Volo.Saas.Host.Blazor.Pages.Saas.Host
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
public class TenantConnectionStringsModel : ExtensibleObject

Constructors

TenantConnectionStringsModel()

Declaration
public TenantConnectionStringsModel()

Properties

Databases

Declaration
public List<TenantDatabaseConnectionStringsModel> Databases { get; set; }
Property Value
Type Description
List<TenantDatabaseConnectionStringsModel>

Default

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

UseSharedDatabase

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