Name | Description | |
---|---|---|
DataRowCollection Constructor | Initializes a new instance of the DataRowCollection class. |
The following tables list the members exposed by DataRowCollection.
Name | Description | |
---|---|---|
DataRowCollection Constructor | Initializes a new instance of the DataRowCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DataRowCollection instance. This property cannot be overridden.` (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
Item | Gets or sets a specific DataRow object in the DataRowCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) |
Name | Description | |
---|---|---|
Add | Adds a DataRow object to the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
Clear | Removes all objects from the DataRowCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
IndexOf | Determines the index of a specific DataRow object in the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
Remove | Removes the specified DataRow object from the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) | |
RemoveAt | Removes the element at the specified index of the DataRowCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataRow>) |