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!

DataSet.OnRemoveTable

This method should be overriden by subclasses to restrict tables being removed.

[Visual Basic]
Overridable Protected Sub OnRemoveTable( _
   ByVal table As DataTable _
)
[C#]
protected virtual void OnRemoveTable(
   DataTable table
);
[C++]
protected: virtual void OnRemoveTable(
   DataTable* table
);
[JScript]
protected function OnRemoveTable(
   table : DataTable
);

Parameters

table
The table to test.

See Also

DataSet Class | DataSet Members | System.Data Namespace