FCFL.NET Common Library - API Reference
Insert Method (DataParameterCollection)

The index at which to insert the parameter
The IDbDataParameter to insert into the collection
Inserts the parameter at the specified index in the collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
public void Insert( 
   int index,
   object value
)

Parameters

index
The index at which to insert the parameter
value
The IDbDataParameter to insert into the collection
Remarks

All parameters with higher indexes then this parameter will be shifted down one in index to accomodates the new parameter.

Only instances of IDbDataParameter can be added to this collection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

DataParameterCollection Class
DataParameterCollection Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.