Insert Method

MySQL Connector/Net

Inserts a MySqlParameter into the collection at the specified index.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override void Insert(
	int index,
	Object value
)
Visual Basic (Declaration)
Public Overrides Sub Insert ( _
	index As Integer, _
	value As Object _
)
Visual C++
public:
virtual void Insert(
	int index, 
	Object^ value
) override

Parameters

index
Type: System..::.Int32
value
Type: System..::.Object

Implements

IList..::.Insert(Int32, Object)

See Also