The following tables list the members exposed by DataRowCollection.
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. |
Name | Description | |
---|---|---|
Add | Adds a DataRow object to the DataRowCollection. | |
Clear | Removes all objects from the DataRowCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific DataRow object in the DataRowCollection. | |
Remove | Removes the specified DataRow object from the DataRowCollection. | |
RemoveAt | Removes the element at the specified index of the DataRowCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |