Show / Hide Table of Contents

Class SaasTenantDatabaseConnectionStringsDto

Inheritance
object
SaasTenantDatabaseConnectionStringsDto
Namespace: Volo.Saas.Host.Dtos
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public class SaasTenantDatabaseConnectionStringsDto : ExtensibleEntityDto

Constructors

SaasTenantDatabaseConnectionStringsDto()

Declaration
public SaasTenantDatabaseConnectionStringsDto()

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