Removes the the TableSetting associated with the DataTable specified by name.
[Visual Basic] Overloads Public Sub Remove( _ ByVal name As String _ ) [C#] public void Remove( string name ); [C++] public: void Remove( String* name ); [JScript] public function Remove( name : String );
Exception Type | Condition |
---|---|
IndexOutOfRangeException | The collection doesn't have a tableSetting with the specified name. |
The OnCollectionChanged event occurs if the collection is successfully changed.
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.Remove Overload List