Click or drag to resize

IDataApiEnumerate Method

Overload List
  Name Description
Public method Code example Enumerate(DataEnumerationQuery, CancellationToken) Query and loop through an extensive collection without writing a lot of code for data paging, Which is also inefficient when dealing with 100k+ records.
Public method Code example Enumerate(DataSourceEnumerationQuery, CancellationToken) Query and loop through an extensive collection without writing a lot of code for data paging, Which is also inefficient when dealing with 100k+ records.
Top
See Also