Iterator Class

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class Iterator : GenericIterator<Row>
Inheritance
Object    GenericIteratorRow    Iterator

Constructors

IteratorInitializes a new instance of the Iterator class.

Methods

CreateRow
(Inherited from GenericIteratorT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRow
(Inherited from GenericIteratorT)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValueColumnType(TypedColumnBaseColumnType, FilterBase)
(Inherited from GenericIteratorT)
GetValueColumnType(TypedColumnBaseColumnType, FilterBase, Sort, Boolean)
(Inherited from GenericIteratorT)
MemberwiseCloneCreates 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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also