Insert Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Inserts a MySqlParameter into the collection at the specified index.

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

Syntax

C#
public override void Insert(
	int index,
	Object value
)
Visual Basic
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