







![]() ![]() |
MySQL Connector/Net |
MySqlDataReader..::..Item Property (String) |
MySqlDataReader Class See Also Send Feedback |
![]() |
Gets the value of a column in its native format.
[C#] 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[ string name ] { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Default Property Item ( _ name As String _ ) As Object Get |
Visual C++ |
---|
public: virtual property Object^ default[String^ name] { Object^ get (String^ name) override; } |
Parameters
- name
- Type: System..::..String
Implements
IDataRecord..::..Item[([( String])])IDataRecord..::..Item[([( String])])