Class Tenant
Describes a Tenant in Oqtane. Tenants can contain multiple Sites and have all their data in a separate Database.
public class Tenant : ModelBase, IAuditable
- Inheritance
-
Tenant
- Implements
- Inherited Members
Properties
DBConnectionString
Connection string to access this Tenant DB.
public string DBConnectionString { get; set; }
Property Value
DBType
Type of DB used in this Tenant
public string DBType { get; set; }
Property Value
Remarks
New in v2.1.0
Name
Name of the Tenant to show in Tenant lists.
public string Name { get; set; }
Property Value
TenantId
ID of the Tenant.
public int TenantId { get; set; }
Property Value
Version
public string Version { get; set; }