| IRowsEnumerator Properties | 
The IRowsEnumerator type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | ColumnNames | 
 Gets an array of column names in the table.
 | 
|   | CurrentRowIndex | 
 Gets the index of the current row.
 | 
|   | IsEnd | 
 Gets a value indicating whether the current position is at the end of the collection.
 | 
|   | IsLast | 
 Gets a value indicating whether the current item is the last item in the collection.
 | 
|   | RowsCount | 
 Gets the count of rows in the data structure.
 | 
|   | TableName | 
 Gets the name of the table.
 | 
 See Also
See Also