Gets/sets all of the constraints that this collection holds. This throws an exception if any column that ultimately gets added shouldn't be added an if any column that ultimately gets removed shouldn't be removed. If an exception is thrown, the collection returns to it's original state. The CollectionChanged event is fired if it succeeds.
[Visual Basic] Overridable Public Property All As Constraint () [C#] public Constraint[] All {virtual get; virtual set;} [C++] public: __property virtual Constraint* get_All(); public: __property virtual void set_All(Constraint*[]); [JScript] public function get All() : Constraint[]; public function set All(Constraint[]);
ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace