RemoveAt Method (DataParameterCollection)
The index of the parameter to remove.
Removes the parameter at the specified index from the collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal _index_ As Integer _
)
public void RemoveAt(
int _index_
)
Parameters
index
The index of the parameter to remove.
Remarks
All parameters with higher indexes then this parameter will be shifted down one in index to fill the gap.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
DataParameterCollection Class
DataParameterCollection Members