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

[C#] public virtual object this[string] {get;}

[C++] public: __property virtual Object* get_Item(String*);

[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

[C#] public virtual object this[int] {get;}

[C++] public: __property virtual Object* get_Item(int);

[JScript] SqlCeDataReader.Item (int)

See Also

SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace