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