Removes a TableSetting from the collection.
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);
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace