tableEnumerator
|
Overloaded. Initializes a new instance of the tableEnumerator class. |
currentRowIndex | Set or Get current row index which define current data row. |
data | Returns data from column in dataTable from row with current index |
dataTable | Set or Get DataTable with rows to iterate |
lastRowIndex | Get last row index. |
nextIndex | Returns row index for first next value in column - if last then returns 0 |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
isFirst | Returns true if data in specified colum is first with value as is value in current row. |
isLast | Returns true if data in specified colum is last with value as is value in current row. |
moveNext | Increase current row index for 1 or returns false if current row index is index of last row. Use in form: do: loop while dataEnumerator.moveNext |
reset | Set current row index to 0 |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
tableEnumerator Class | Indoo.Data Namespace