[To be supplied.]
[C#] In C#, this member is the indexer for the ConstraintsCollection class.
Gets the constraint in the collection with the given name (case insensitive). Throws an IndexOutOfRange exception if the collection doesn't have a constraint with this name.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As Constraint
[C#] public Constraint this[String] {virtual get;}
[C++] public: __property virtual Constraint* get_Item(String*);
[JScript] ConstraintsCollection.Item (String)
Gets the index'th constraint in the collection, in order. Throws an IndexOutOfRange exception if the collection doesn't have a constraint at this index.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(Integer) As Constraint
[C#] public Constraint this[int] {virtual get;}
[C++] public: __property virtual Constraint* get_Item(int);
[JScript] ConstraintsCollection.Item (int)
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace