ITenantsProviderGetAllRecords Method

Gets all records.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
IEnumerable<TenantData> GetAllRecords()

Return Value

Type: IEnumerableTenantData
All the records managed by the provider.
Remarks
Note Notes to Implementers
This method will not be called if the provider supports all the following query operations:
See Also