Click or drag to resize

DbDataSource.GetEnumerator Method

X#
Returns an enumerator with which you can walk the RDD.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetEnumerator() AS IEnumerator
Request Example View Source

Return Value

Type: IEnumerator

Implements

GetEnumerator
Remarks
This enumerator returns DbRecord objects for each record in the Data Source
See Also