Gets the index of a specified TableSetting.
Gets the index of a TableSetting associated with the specified TableSetting.
[Visual Basic] Overloads Public Function IndexOf(TableSetting) As Integer
[C#] public int IndexOf(TableSetting);
[C++] public: int IndexOf(TableSetting*);
[JScript] public function IndexOf(TableSetting) : int;
Gets the index of a TableSetting associated with the specified DataTable.
[Visual Basic] Overloads Public Function IndexOf(DataTable) As Integer
[C#] public int IndexOf(DataTable);
[C++] public: int IndexOf(DataTable*);
[JScript] public function IndexOf(DataTable) : int;
The index of a TableSetting associated with the named DataTable (not case-sensitive).
[Visual Basic] Overloads Public Function IndexOf(String) As Integer
[C#] public int IndexOf(String);
[C++] public: int IndexOf(String*);
[JScript] public function IndexOf(String) : int;
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace