Skip to main content

JsonDataSource.GetEnumerator() Method

Returns an enumerator that iterates through the collection of the data source’s objects.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

An object that implements the IEnumerator interface.

See Also