Mono Class Library: Overview

System.Data.ConstraintCollection: Members

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

See Also: Inherited members from System.Data.InternalDataCollectionBase

Public Properties

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

Protected Properties

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

Public Methods

Add(Constraint)
Documentation for this section has not yet been entered.
Add(string, DataColumn, bool) : Constraint
Documentation for this section has not yet been entered.
Add(string, DataColumn, DataColumn) : Constraint
Documentation for this section has not yet been entered.
Add(string, DataColumn[], bool) : Constraint
Documentation for this section has not yet been entered.
Add(string, DataColumn[], DataColumn[]) : Constraint
Documentation for this section has not yet been entered.
AddRange(Constraint[])
Documentation for this section has not yet been entered.
CanRemove(Constraint) : 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(Constraint[], int)
Documentation for this section has not yet been entered.
IndexOf(Constraint) : int
Documentation for this section has not yet been entered.
IndexOf(string) : int
Documentation for this section has not yet been entered.
Remove(Constraint)
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

OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)
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.