Mimer SQL Data Provider
Item Property (MimerDataReader)




Mimer.Data.Client Namespace > MimerDataReader Class : Item Property
Gets the value of the specified column in its native format given the column name.

In C#, this property is the indexer for the MimerDataReader class.

Overload List
OverloadDescription
Gets the value of the specified column in its native format given the column name.

In C#, this property is the indexer for the MimerDataReader class.

 
Gets the value of the specified column in its native format given the column ordinal.

In C#, this property is the indexer for the MimerDataReader class.

 
Remarks
The column name lookup performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members