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;
the dataSet.
RelationsCollection Class | RelationsCollection Members | System.Data Namespace