[]
The data provider which can provider items as the data source.
public class ItemsSourceDataProvider : IDataProvider
| Name | Description |
|---|---|
| ItemsSourceDataProvider(IEnumerable) | Creates an ItemsSourceDataProvider with items. |
| ItemsSourceDataProvider(Func<IEnumerable>) | Creates an ItemsSourceDataProvider with data reader. |
| Name | Description |
|---|---|
| Read(NameValueCollection) | Read data. |