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)
SyntaxIEnumerable<TRecord> GetAllRecords()
Function GetAllRecords As IEnumerable(Of TRecord)
IEnumerable<TRecord>^ GetAllRecords()
abstract GetAllRecords : unit -> IEnumerable<'TRecord>
Return Value
Type:
IEnumerableTRecordAll the records managed by the provider.
See Also