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!

DataTableMappings.IndexOf (String)

[To be supplied.]

[Visual Basic]
Overloads Public Function IndexOf( _
   ByVal sourceTable As String _
) As Integer
[C#]
public int IndexOf(
   string sourceTable
);
[C++]
public: int IndexOf(
   String* sourceTable
);
[JScript]
public function IndexOf(
   sourceTable : String
) : int;

Parameters

sourceTable
[To be supplied.]

See Also

DataTableMappings Class | DataTableMappings Members | System.Data.Internal Namespace | DataTableMappings.IndexOf Overload List