'Declaration Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal value As TdParameter _ )
'Usage Dim instance As TdParameterCollection Dim index As Integer Dim value As TdParameter instance.Insert(index, value)
public void Insert( int index, TdParameter value )
public: void Insert( int index, TdParameter^ value )
Parameters
- index
- Specifies the zero-based index at which value should be inserted.
- value
- Specifies the TdParameter object to insert into the collection.