Provides an IEnumerable wrapper over the results of an IQuery.

The following tables list the members exposed by the EnumerableImpl type.

Public Methods

  NameDescription
DisposeOverloaded.
GetEnumerator
Returns an enumerator that can iterate through the query results.

MoveNext
Advances the enumerator to the next element of the query results.

Reset

Protected Methods

  NameDescription
Finalize
Finalizer that ensures the object is correctly disposed of.
(Overrides .Finalize().)

Public Constructors

  NameDescription
EnumerableImplNew
Create an IEnumerable wrapper over an IDataReader.

Public Properties

  NameDescription
Current
Gets the current element in the query results.