Item Property (Int32)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the MySqlParameter at the specified index.

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

Syntax

C#
public MySqlParameter this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As MySqlParameter
	Get
	Set
Visual C++
public:
property MySqlParameter^ default[int index] {
	MySqlParameter^ get (int index);
	void set (int index, MySqlParameter^ value);
}

Parameters

index
Type: System..::..Int32

See Also