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

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

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

Parameters

table
The DataTable of the TableSetting you are interested in.

Return Value

true if a TableSetting associated with the specified DataTable exists; otherwise, false.

See Also

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