Click or drag to resize

IRowsEnumerator Properties

The IRowsEnumerator type exposes the following members.

Properties
Name Description
Public property ColumnNames
Gets an array of column names in the table.
Public property CurrentRowIndex
Gets the index of the current row.
Public property IsEnd
Gets a value indicating whether the current position is at the end of the collection.
Public property IsLast
Gets a value indicating whether the current item is the last item in the collection.
Public property RowsCount
Gets the count of rows in the data structure.
Public property TableName
Gets the name of the table.
Top
See Also