Provides an IEnumerable wrapper over the results of an IQuery.
The following tables list the members exposed by the EnumerableImpl type.
Public Methods
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| Finalize |
Finalizer that ensures the object is correctly disposed of.
(Overrides .Finalize().) |
Public Constructors
| Name | Description | |
|---|---|---|
| EnumerableImplNew |
Create an IEnumerable wrapper over an IDataReader.
|
Public Properties
| Name | Description | |
|---|---|---|
| Current |
Gets the current element in the query results.
|