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;
true if a TableSetting associated with the specified DataTable exists; otherwise, false.
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.Contains Overload List