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;
true, if the specified TableSetting belongs to this collection; otherwise, false.
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.Contains Overload List