ResultSetEnumerator Members
An enumerator that can be used to iterate through a collection of records in a ResultSet object. The ResultSetEnumerator is not designed to be used directly from within your code. You will get more functionality by working directly with the SqlCeResultSet object.
The following tables list the members exposed by the ResultSetEnumerator type.
Public Constructors
Name | Description | |
---|---|---|
ResultSetEnumerator | Initializes a new instance of the ResultSetEnumerator class. |
Top
Public Properties
Name | Description | |
---|---|---|
Current | The current record in the SqlCeResultSet. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
MoveNext | Moves to the next record in the SqlCeResultSet. | |
ReferenceEquals | (inherited from Object ) | |
Reset | Positions the cursor before the first record in the SqlCeResultSet. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerator.Current |
Top