Item Property (Int32)

MySQL Connector/Net

Gets the MySqlParameter at the specified index.

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

Syntax

C#
public MySqlParameter this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As MySqlParameter
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