Overload | Description |
---|---|
Item(String) | 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. |
Item(Int32) | 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. |