[]
Adds a DataSource data from an arbitrary IEnumerable.
public FlexPivotEngineProviderManager AddDataSource(string name, Func<IEnumerable> dataSourceGetter)
Type | Name | Description |
---|---|---|
string | name | The unique value used to stand for the data. |
Func<IEnumerable> | dataSourceGetter | A function used to return the arbitrary IEnumerable. |
Type | Description |
---|---|
FlexPivotEngineProviderManager | The flex pivot engine provider manager. |
Adds a DataSource data from an arbitrary IEnumerable.
public FlexPivotEngineProviderManager AddDataSource(string name, IEnumerable dataSource)
Type | Name | Description |
---|---|---|
string | name | The unique value used to stands for the data. |
IEnumerable | dataSource | The arbitrary IEnumerable. |
Type | Description |
---|---|
FlexPivotEngineProviderManager | The flex pivot engine provider manager. |