The TableIterator type exposes the following members.

Constructors

  NameDescription
TableIteratorOverloaded.

Methods

  NameDescription
CopyFrom
Resets the iterator and then copies values from an array into the underlying Table using the variable ordering of the TableIterator, not the SortedVariables.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetState
Gets the state for an individual node indexed by the order of nodes in the TableIterator.
GetStates
Gets the states of all nodes, based on the order of nodes in the TableIterator not the underlying Table.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Increment
Moves the iterator to the next value, with respect to the TableIterator node order.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset
Resets the iterator to the start.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Increment
Moves the iterator to the next value, with respect to the TableIterator node order.

Properties

  NameDescription
Count
Gets the count of values in the underlying Table.
Row
Gets the current position of the iterator. For the position in the underlying Table see TableRow.
Table
Gets the underlying Table.
TableRow
Gets the position of the iterator in the underlying Table. For the position of the iterator see Row.
Value
Gets or sets the underlying Table value at the current position of the iterator.

See Also