| Overload | Description |
|---|---|
| EntityTenant Constructor(String,String,String) | Create an EntityTenant object, passing it the Alias property of the Entity (Data Object), the name of the column with the tenant data in it and the name of the Exago parameter that will be used to match the data in the tenant column. Only those rows from entityName where the value in colName matches the value in the parameter parameterId will be made available in the report. See Admin Console: Data Objects and Column-Based Tenancy for more information. |
| EntityTenant Constructor(EntityTenant) | Create an EntityTenant object, passing it another EntityTenant object that describes the entity (data object), column name and parameter name required to do so. See Admin Console: Data Objects and Column-Based Tenancy for more information. |