DataRowCollection Methods

 

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodAdd(DataRow^)

Adds the specified DataRow to the DataRowCollection object.

System_CAPS_pubmethodAdd(array<Object^>^)

Creates a row using specified values and adds it to the DataRowCollection.

System_CAPS_pubmethodClear()

Clears the collection of all rows.

System_CAPS_pubmethodContains(Object^)

Gets a value that indicates whether the primary key of any row in the collection contains the specified value.

System_CAPS_pubmethodContains(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.

System_CAPS_pubmethodCopyTo(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).)

System_CAPS_pubmethodCopyTo(array<DataRow^>^, Int32)

Copies all the DataRow objects from the collection into the given array, starting at the given destination array index.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodFind(Object^)

Gets the row specified by the primary key value.

System_CAPS_pubmethodFind(array<Object^>^)

Gets the row that contains the specified primary key values.

System_CAPS_pubmethodGetEnumerator()

Gets an IEnumerator for this collection.(Overrides InternalDataCollectionBase::GetEnumerator().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIndexOf(DataRow^)

Gets the index of the specified DataRow object.

System_CAPS_pubmethodInsertAt(DataRow^, Int32)

Inserts a new row into the collection at the specified location.

System_CAPS_pubmethodRemove(DataRow^)

Removes the specified DataRow from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the row at the specified index from the collection.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

Return to top
Show: