[To be supplied.]
Returns the index of the constraint with the given name (case insensitive),-1 if it isn't contained.
[Visual Basic] Overloads Public Function IndexOf(String) As Integer
[C#] public int IndexOf(String);
[C++] public: int IndexOf(String*);
[JScript] public function IndexOf(String) : int;
Returns the index of the constraint or-1 if it isn't contained.
[Visual Basic] Overloads Protected Function IndexOf(Constraint) As Integer
[C#] protected int IndexOf(Constraint);
[C++] protected: int IndexOf(Constraint*);
[JScript] protected function IndexOf(Constraint) : int;
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace