public class GenericIterator<T>
where T : class, IIteratorRow
Public Class GenericIterator(Of T As {Class, IIteratorRow})type GenericIterator<'T when 'T : not struct and IIteratorRow> = class end| GenericIteratorT | Initializes a new instance of the GenericIteratorT class. |
| CreateRow | |
| 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 | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRow | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValueColumnType(TypedColumnBaseColumnType, FilterBase) | |
| GetValueColumnType(TypedColumnBaseColumnType, FilterBase, Sort, Boolean) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Select | |
| Select(FilterBase) | |
| Select(Sort) | |
| Select(FilterBase, Sort) | |
| SelectCommand | |
| SelectCommand(FilterBase) | |
| SelectCommand(Sort) | |
| SelectCommand(FilterBase, Sort) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |