The following tables list the members exposed by C1DataRowCollection.
Public Properties
| | Name | Description |
 | Count | Gets the total number of rows in the data table. |
 | Item | Gets the row at the specified index. |
Top
Public Methods
| | Name | Description |
 | Contains | Returns True if the collection contains the specific item, False otherwise. |
 | CopyTo | Copies elements of the collection to an array starting at a particular array index. |
 | Find | Overloaded. Gets the row specified by the primary key value. |
 | IndexOf | Determines the index of a specific item in the collection, return -1 if this item not found. |
Top
See Also