This documentation is archived and is not being maintained.

TableRowCollection Properties

The TableRowCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of TableRow objects in the TableRowCollection.
Public property IsReadOnly Gets a value indicating whether the TableRowCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the TableRowCollection is synchronized (thread-safe).
Public property Item Gets a TableRow from the TableRowCollection at the specified index.
Public property SyncRoot Gets the object that can be used to synchronize access to the TableRowCollection.
Top

  NameDescription
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IsFixedSize.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see Item.
Top
Show: