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!

Constraint._DataSet

Gets the DataSet to which this constraint belongs.

[Visual Basic]
Overridable Protected ReadOnly Property _DataSet As DataSet
[C#]
protected DataSet _DataSet {virtual get;}
[C++]
protected: __property virtual DataSet* get__DataSet();
[JScript]
protected function get _DataSet() : DataSet;

See Also

Constraint Class | Constraint Members | System.Data Namespace