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.Contains (TableSetting)

Gets a value indicating whether the collection contains the specified TableSetting.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal tableSetting As TableSetting _
) As Boolean
[C#]
public bool Contains(
   TableSetting tableSetting
);
[C++]
public: bool Contains(
   TableSetting* tableSetting
);
[JScript]
public function Contains(
   tableSetting : TableSetting
) : Boolean;

Parameters

tableSetting
A TableSetting which may or may not belong to this collection.

Return Value

true, if the specified TableSetting belongs to this collection; otherwise, false.

See Also

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