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.Remove

Removes a TableSetting from the collection.

Overload List

Removes the the TableSetting associated with the DataTable specified by name.

[Visual Basic] Overloads Public Sub Remove(String)
[C#] public void Remove(String);
[C++] public: void Remove(String*);
[JScript] public function Remove(String);

Removes the TableSetting at the specified index from the collection.

[Visual Basic] Overloads Public Sub Remove(Integer)
[C#] public void Remove(int);
[C++] public: void Remove(int);
[JScript] public function Remove(int);

Removes the specified TableSetting from the collection.

[Visual Basic] Overloads Public Sub Remove(TableSetting)
[C#] public void Remove(TableSetting);
[C++] public: void Remove(TableSetting*);
[JScript] public function Remove(TableSetting);

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace