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 (String)

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
);

Parameters

name
The TableName of the DataTable associated with the TableSetting to remove.

Exceptions

Exception Type Condition
IndexOutOfRangeException The collection doesn't have a tableSetting with the specified name.

Remarks

The OnCollectionChanged event occurs if the collection is successfully changed.

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.Remove Overload List