IDataReader.IsClosed
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.5. Item Property
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the
MySqlDataReader class.
Overload List
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the
MySqlDataReader class.
•
public object this[int] {get;}
Gets the value of a column in its native format. In C#, this property is the indexer for the
MySqlDataReader class.
•
public object this[string] {get;}
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.5.1. Item Property (Int32)
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the
MySqlDataReader class.
Syntax: Visual Basic
NotOverridable Overloads Public Default ReadOnly Property Item( _
ByVal i As Integer _
) _
_
Implements IDataRecord.Item As Object _
_
Implements IDataRecord.Item
Syntax: C#
public object this[
inti
] {get;}
Implements
IDataRecord.Item
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.5.2. Item Property (String)
Gets the value of a column in its native format. In C#, this property is the indexer for the
MySqlDataReader class.
Syntax: Visual Basic
NotOverridable Overloads Public Default ReadOnly Property Item( _
ByVal name As String _
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient
Namespace,
MySqlDataReader.Item Overload List
1992
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers