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!

RelationsCollection.GetDataSet

Gets the dataSet for this collection.

[Visual Basic]
MustOverride Protected Function GetDataSet() As DataSet
[C#]
protected abstract DataSet GetDataSet();
[C++]
protected: virtual DataSet* GetDataSet() = 0;
[JScript]
protected abstract function GetDataSet() : DataSet;

Return Value

the dataSet.

See Also

RelationsCollection Class | RelationsCollection Members | System.Data Namespace