'Declaration Public Shared Function Create( _ ByVal getDataSet As Func(Of GetRecordSetArgs,RecordSet), _ Optional ByVal rootData As RecordSet, _ Optional ByVal agg As Func(Of GetAggregateDataProviderArgs,IAggregateDataProvider) _ ) As RecordSetProvider
Parameters
- getDataSet
- A function that returns a recordset for the specified dataset.
- rootData
- An RecordSet object represents set of records of the dataset.
- agg
- The function that returns aggregate data provider for the specified data set.