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!

ITableMappings.IndexOf

[To be supplied.]

[Visual Basic]
Function IndexOf( _
   ByVal sourceTableName As String _
) As Integer
[C#]
int IndexOf(
   string sourceTableName
);
[C++]
int IndexOf(
   String* sourceTableName
) = 0;
[JScript]
function IndexOf(
   sourceTableName : String
) : int;

Parameters

sourceTableName
Case-Sensitive

See Also

ITableMappings Interface | ITableMappings Members | System.Data Namespace