Skip to main content

JsonDataSource.GetEnumerator() Method

In This Article

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public IEnumerator GetEnumerator()

#Returns

Type Description
IEnumerator

An object that implements the IEnumerator interface.

See Also