SqlCeDataReader.Item Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the value of a column in its native format.
[C#] In C#, this property is the indexer for the SqlCeDataReader class.
Overload List
Gets the value of the specified column in its native format given the column name.
[Visual Basic] Overloads Public Overridable Default ReadOnly Property Item(String) As Object Implements IDataRecord.Item
[JScript] SqlCeDataReader.Item (String)
Gets the value of the specified column in its native format given the column ordinal.
[Visual Basic] Overloads Public Overridable Default ReadOnly Property Item(Integer) As Object Implements IDataRecord.Item
[JScript] SqlCeDataReader.Item (int)
See Also
SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.