public class Iterator : GenericIterator<Row>Public Class Iterator
Inherits GenericIterator(Of Row)type Iterator =
class
inherit GenericIterator<Row>
end| Iterator | Initializes a new instance of the Iterator class. |
| CreateRow | (Inherited from GenericIteratorT) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBatchRowsCreator | (Inherited from GenericIteratorT) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRow | (Inherited from GenericIteratorT) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValueColumnType(TypedColumnBaseColumnType, FilterBase) | (Inherited from GenericIteratorT) |
| GetValueColumnType(TypedColumnBaseColumnType, FilterBase, Sort, Boolean) | (Inherited from GenericIteratorT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Select | (Inherited from GenericIteratorT) |
| Select(FilterBase) | (Inherited from GenericIteratorT) |
| Select(Sort) | (Inherited from GenericIteratorT) |
| Select(FilterBase, Sort) | (Inherited from GenericIteratorT) |
| SelectCommand | (Inherited from GenericIteratorT) |
| SelectCommand(FilterBase) | (Inherited from GenericIteratorT) |
| SelectCommand(Sort) | (Inherited from GenericIteratorT) |
| SelectCommand(FilterBase, Sort) | (Inherited from GenericIteratorT) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| _getIFilter | (Inherited from GenericIteratorT) |