The properties of the RowsCollection class are listed below. For a complete list of RowsCollection class members, see the RowsCollection Members topic.
All | Gets all of the rows in the table, in order of addition. |
Count | Gets the count of the rows in RowsCollection. |
IsReadOnly (inherited from BaseCollection) | [To be supplied.] |
IsSynchronized (inherited from BaseCollection) | [To be supplied.] |
Item | Gets the row at the specified index.
In C#, this member is the indexer for the RowsCollection class. |
SyncRoot (inherited from BaseCollection) | [To be supplied.] |
List | Gets the rows in the collection as an object. |