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!

TableSettingsCollection.Clear

Clears the collection of any objects.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();
[C++]
public: void Clear();
[JScript]
public function Clear();

Remarks

This method raises the OnCollectionChanged event.

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace