NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstraintsCollection Properties

The properties of the ConstraintsCollection class are listed below. For a complete list of ConstraintsCollection class members, see the ConstraintsCollection Members topic.

Public:

All 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.
Count (inherited from BaseCollection) [To be supplied.]
IsReadOnly (inherited from BaseCollection) [To be supplied.]
IsSynchronized (inherited from BaseCollection) [To be supplied.]
Item Overloaded. [To be supplied.]

In C#, this member is the indexer for the ConstraintsCollection class.

SyncRoot (inherited from BaseCollection) [To be supplied.]

Protected:

List [To be supplied.]

See Also

ConstraintsCollection Class | System.Data Namespace