Mono Class Library: Overview

System.Data.DataRelationCollection: Members

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

See Also: Inherited members from System.Data.InternalDataCollectionBase

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
default property
abstract
Item(int)DataRelation. Documentation for this section has not yet been entered.
[read-only]
default property
abstract
Item(string)DataRelation. Documentation for this section has not yet been entered.

Public Methods

Add(DataRelation)
Documentation for this section has not yet been entered.
Add(DataColumn, DataColumn) : DataRelation
Documentation for this section has not yet been entered.
Add(DataColumn[], DataColumn[]) : DataRelation
Documentation for this section has not yet been entered.
Add(string, DataColumn, DataColumn) : DataRelation
Documentation for this section has not yet been entered.
Add(string, DataColumn[], DataColumn[]) : DataRelation
Documentation for this section has not yet been entered.
Add(string, DataColumn, DataColumn, bool) : DataRelation
Documentation for this section has not yet been entered.
Add(string, DataColumn[], DataColumn[], bool) : DataRelation
Documentation for this section has not yet been entered.
AddRange(DataRelation[])
Documentation for this section has not yet been entered.
CanRemove(DataRelation) : bool
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(string) : bool
Documentation for this section has not yet been entered.
CopyTo(DataRelation[], int)
Documentation for this section has not yet been entered.
IndexOf(DataRelation) : int
Documentation for this section has not yet been entered.
IndexOf(string) : int
Documentation for this section has not yet been entered.
Remove(DataRelation)
Documentation for this section has not yet been entered.
Remove(string)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Protected Methods

AddCore(DataRelation)
Documentation for this section has not yet been entered.
abstract
GetDataSet() : DataSet
Documentation for this section has not yet been entered.
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)
Documentation for this section has not yet been entered.
OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs)
Documentation for this section has not yet been entered.
RemoveCore(DataRelation)
Documentation for this section has not yet been entered.

Public Events

CollectionChangedDocumentation 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.