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)
SyntaxIEnumerable<TenantData> GetAllRecords()
Function GetAllRecords As IEnumerable(Of TenantData)
IEnumerable<TenantData^>^ GetAllRecords()
abstract GetAllRecords : unit -> IEnumerable<TenantData>
Return Value
Type:
IEnumerableTenantDataAll the records managed by the provider.
Remarks Notes to Implementers |
|---|
|
This method will not be called if the provider supports all the following query operations:
|
See Also