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.RemoveAt

Removes the IDataParameter from the collection.

[Visual Basic]
Sub RemoveAt( _
   ByVal sourceTableMapping As String _
)
[C#]
void RemoveAt(
   string sourceTableMapping
);
[C++]
void RemoveAt(
   String* sourceTableMapping
) = 0;
[JScript]
function RemoveAt(
   sourceTableMapping : String
);

Parameters

sourceTableMapping
The case-sensitive name of the source table.

See Also

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