Returns the index of the constraint or-1 if it isn't contained.
[Visual Basic] Overloads Protected Function IndexOf( _ ByVal constraint As Constraint _ ) As Integer [C#] protected int IndexOf( Constraint constraint ); [C++] protected: int IndexOf( Constraint* constraint ); [JScript] protected function IndexOf( constraint : Constraint ) : int;
index of the Constriant or-1.
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace | ConstraintsCollection.IndexOf Overload List