DataRowCollection Methods
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(DataRow^) | Adds the specified DataRow to the DataRowCollection object. |
![]() | Add(array<Object^>^) | Creates a row using specified values and adds it to the DataRowCollection. |
![]() | Clear() | Clears the collection of all rows. |
![]() | Contains(Object^) | Gets a value that indicates whether the primary key of any row in the collection contains the specified value. |
![]() | Contains(array<Object^>^) | Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array. |
![]() | CopyTo(Array^, Int32) | Copies all the DataRow objects from the collection into the given array, starting at the given destination array index.(Overrides InternalDataCollectionBase::CopyTo(Array^, Int32).) |
![]() | CopyTo(array<DataRow^>^, Int32) | Copies all the DataRow objects from the collection into the given array, starting at the given destination array index. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Find(Object^) | Gets the row specified by the primary key value. |
![]() | Find(array<Object^>^) | Gets the row that contains the specified primary key values. |
![]() | GetEnumerator() | Gets an IEnumerator for this collection.(Overrides InternalDataCollectionBase::GetEnumerator().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(DataRow^) | Gets the index of the specified DataRow object. |
![]() | InsertAt(DataRow^, Int32) | Inserts a new row into the collection at the specified location. |
![]() | Remove(DataRow^) | Removes the specified DataRow from the collection. |
![]() | RemoveAt(Int32) | Removes the row at the specified index from the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
