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