Mono Class Library: Overview

System.Data.DataRowCollection: Members

The members of System.Data.DataRowCollection are listed below.

See Also: Inherited members from System.Data.InternalDataCollectionBase

Public Properties

[read-only]
override
Countint. Documentation for this section has not yet been entered.
[read-only]
default property
Item(int)DataRow. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
ListArrayList. Documentation for this section has not yet been entered.

Public Methods

Add(DataRow)
Documentation for this section has not yet been entered.
Add(params object[]) : DataRow
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
Contains(object[]) : bool
Documentation for this section has not yet been entered.
override
CopyTo(Array, int)
Documentation for this section has not yet been entered.
CopyTo(DataRow[], int)
Documentation for this section has not yet been entered.
Find(object) : DataRow
Documentation for this section has not yet been entered.
Find(object[]) : DataRow
Documentation for this section has not yet been entered.
override
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
IndexOf(DataRow) : int
Documentation for this section has not yet been entered.
InsertAt(DataRow, int)
Documentation for this section has not yet been entered.
Remove(DataRow)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.