This topic has not yet been rated - Rate this topic

OdbcDataReader.IEnumerable.GetEnumerator Method

.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private Function GetEnumerator() As IEnumerator Implements _
   IEnumerable.GetEnumerator
[C#]
IEnumerator IEnumerable.GetEnumerator();
[C++]
private: IEnumerator* IEnumerable::GetEnumerator();
[JScript]
private function IEnumerable.GetEnumerator() : IEnumerator;

See Also

OdbcDataReader Class | OdbcDataReader Members | System.Data.Odbc Namespace

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