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

Gets a value indicating whether the collection contains the TableSetting associated with the DataTable specified by name.

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

Parameters

tableName
[To be supplied.]

Return Value

true if a DataTable with this name, associated with a TableSetting, exists; otherwise, false.

See Also

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