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
9tdf30b2.pubproperty(en-us,VS.90).gif Current The current record in the SqlCeResultSet.

Top

Public Methods

(see also Protected Methods )

  Name Description
9tdf30b2.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
9tdf30b2.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
9tdf30b2.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
9tdf30b2.pubmethod(en-us,VS.90).gif MoveNext Moves to the next record in the SqlCeResultSet.
9tdf30b2.pubmethod(en-us,VS.90).gif 9tdf30b2.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
9tdf30b2.pubmethod(en-us,VS.90).gif Reset Positions the cursor before the first record in the SqlCeResultSet.
9tdf30b2.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
9tdf30b2.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
9tdf30b2.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Current  

Top

See Also

Reference

ResultSetEnumerator Class
System.Data.SqlServerCe Namespace