ITenantWithConnectionString Properties
Declares base tenant properties (ITenant interface) with a database connection string.Name | Description |
---|---|
ConnectionString | Specifies the connection string used to access the tenant database. |
Id | Returns the tenant identifier. Inherited from ITenant. |
Name | Returns the tenant name. Inherited from ITenant. |
See Also