IMultiTenancyServiceSaveTenant Method |
Saves the tenant.
Namespace:
Dundas.BI.AccountServices.MultiTenancy
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void SaveTenant(
Tenant tenant
)
Sub SaveTenant (
tenant As Tenant
)
void SaveTenant(
Tenant^ tenant
)
abstract SaveTenant :
tenant : Tenant -> unit
Parameters
- tenant
- Type: Dundas.BI.AccountServices.MultiTenancyTenant
The tenant to save.
Exceptions Remarks
If a new tenant is being created, this method will populate the value of any properties which are
set by the system (e.g.
Id).
See Also