FieldColEnumerator Members
Include Protected Members
Include Inherited Members
This class is used when the ADO enumerator returns a Dataset or Recordset. This enumerator allows you to enumerate over the fields. This class cannot be inherited.
The FieldColEnumerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MoveNext() | Infrastructure. |
![]() |
Reset() | Infrastructure. |
![]() |
ToString() | (Inherited from Object.) |
Top