JsonDataSource.GetEnumerator() Method
Returns an enumerator that iterates through the collection of the data source’s objects.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
IEnumerator | An object that implements the IEnumerator interface. |
See Also