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