Expand Minimize
This topic has not yet been rated - Rate this topic

SqlCeResultSet.GetEnumerator Method

Returns a IEnumerator that can be used to iterate through the rows in the data reader.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public override IEnumerator GetEnumerator()

Although you can use this method to retrieve an explicit constructor, in languages that support an explicit foreach construct, it is simpler to use the looping construct directly in order to iterate through the rows in the data reader.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.