The following tables list the members exposed by DataRowCollection.
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets a specific DataRow object in the DataRowCollection by position. |
| Name | Description | |
|---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a DataRow object to the DataRowCollection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | GetEnumerator | (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 | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Overridden. Validates that the current value is of the type DataRow. |



