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