IMemberProviderTRecord, TFieldEnum, TFilterRuleGetAllRecords 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<TRecord> GetAllRecords()

Return Value

Type: IEnumerableTRecord
All the records managed by the provider.
See Also