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 (DataTable)

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;

Parameters

table
The DataTable associated with the TableSetting you want.

Return Value

The index of a TableSetting associated with the specified DataTable (not case-sensitive).

See Also

TableSettingsCollection Class | TableSettingsCollection Members | System.Data Namespace | TableSettingsCollection.IndexOf Overload List