The name of this constraint within the ConstraintsCollection. An ArgumentException is thrown if setting the name to null or empty string and the column belongs to a collection. A DuplicateNameException is thrown if this column belongs to a collection and it already has a column with the same name (case insensitive).
[Visual Basic] Overridable Public Property ConstraintName As String [C#] public string ConstraintName {virtual get; virtual set;} [C++] public: __property virtual String* get_ConstraintName(); public: __property virtual void set_ConstraintName(String*); [JScript] public function get ConstraintName() : String; public function set ConstraintName(String);
Constraint Class | Constraint Members | System.Data Namespace