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

Removes the TableSetting at the specified index from the collection.

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

Parameters

index
The index of the TableSetting to remove.

Exceptions

Exception Type Condition
IndexOutOfRangeException The collection doesn't have a TableSetting at this index.

Remarks

The OnCollectionChanged event occurs if the collection is successfully changed.

See Also

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