The index of a TableSetting associated with the named DataTable (not case-sensitive).
[Visual Basic] Overloads Public Function IndexOf( _ ByVal tableSettingName As String _ ) As Integer [C#] public int IndexOf( string tableSettingName ); [C++] public: int IndexOf( String* tableSettingName ); [JScript] public function IndexOf( tableSettingName : String ) : int;
The index of the found TableSetting; otherwise,-1 if the TableSetting cannot be found.
TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.IndexOf Overload List | Contains