SqlCeDataReader.Item Property
Include Protected Members
Include Inherited Members
Gets the value of a column in its native format.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item[Int32] | Gets the value of the specified column in its native format given the column ordinal. (Overrides DbDataReader.Item[Int32].) | |
Item[String] | Gets the value of the specified column in its native format given the column name. (Overrides DbDataReader.Item[String].) |
Top