The following tables list the members exposed by DataRowCollection.
Public Properties
| Name | Description |
| Capacity | Gets or sets the number of elements that the DataRowCollection can contain. (Inherited from System.Collections.CollectionBase) |
| Count | Gets the number of elements contained in the DataRowCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase) |
| Item | Gets or sets a specific DataRow object in the DataRowCollection by position. |
Top
Public Methods
See Also