MySQL Connector/Net
MySqlParameterCollectionInsert Method |
Inserts a MySqlParameter into the collection at the specified index.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override void Insert( int index, Object value )
Public Overrides Sub Insert ( index As Integer, value As Object )
public: virtual void Insert( int index, Object^ value ) override
abstract Insert : index : int * value : Object -> unit override Insert : index : int * value : Object -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: SystemObject
Implements
IListInsert(Int32, Object)