Mono Class Library: Overview

System.Data.ConstraintCollection: Method Members

The methods of System.Data.ConstraintCollection are listed below. For a list of all members, see the ConstraintCollection Members list.

See Also: Inherited members from System.Data.InternalDataCollectionBase

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.