Item Property (Int32)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the MySqlDataReader class.

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

Syntax

C#
public override Object this[
	int i
] { get; }
Visual Basic
Public Overrides ReadOnly Default Property Item ( _
	i As Integer _
) As Object
	Get
Visual C++
public:
virtual property Object^ default[int i] {
	Object^ get (int i) override;
}

Parameters

i
Type: System..::..Int32

Implements

IDataRecord..::..Item[([( Int32])])
IDataRecord..::..Item[([( Int32])])

See Also