NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableSettingsCollection.IndexOf

Gets the index of a specified TableSetting.

Overload List

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;

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace