GenericDataRowCollection Class Members
The following tables list the members exposed by GenericDataRowCollection.
Public Properties
| | Name | Description | | --- | --- | --- | | | Count | Gets the total number of elements in a collection. | | | IsSynchronized | Gets a value indicating whether the GenericDataRowCollection is synchronized. | | | Item | Gets the row at the specified index.
[C#] In C#, this property is the indexer for the GenericDataRowCollection class.
| | | SyncRoot | Gets an object that can be used to synchronize the collection. | | | Table | Reference to the GenericDataTable this collection belongs to. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds the specified GenericDataRow to the collection. | |
Contains | Overloaded. Test if one ore more GenericDataRows are already in the collection. | |
CopyTo | Copies all the elements of the current GenericDataRowCollection to a one-dimensional Array, starting at the specified index. | |
Find | Overloaded. Gets the row containing the specified primary key values. | |
GetEnumerator | Gets an IEnumerator for the collection. |