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!

ForeignKeyConstraint.DataSet

Gets the DataSet to which this ForeignKeyConstraint belongs.

[Visual Basic]
Overridable Public ReadOnly Property DataSet As DataSet
[C#]
public DataSet DataSet {override get;}
[C++]
public: __property virtual DataSet* get_DataSet();
[JScript]
public function get DataSet() : DataSet;

Property Value

The DataSet to which this ForeignKeyConstraint belongs.

See Also

ForeignKeyConstraint Class | ForeignKeyConstraint Members | System.Data Namespace