'Declaration Public Overloads Overrides NotOverridable Sub Insert( _ ByVal index As Integer, _ ByVal value As Object _ )
'Usage Dim instance As TdParameterCollection Dim index As Integer Dim value As Object instance.Insert(index, value)
Parameters
- index
- Specifies the zero-based index at which value should be inserted.
- value
- Specifies an object of type TdParameter to insert into the collection.