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!

IDataParameters.IndexOf

Returns the location of the IDataParameter within the collection.

[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
The case-sensitive name of the source table.

Return Value

The location of the IDataParameter within the collection.

See Also

IDataParameters Interface | IDataParameters Members | System.Data.Internal Namespace