Data Port Sync 1.0.500

SqlCeDataReader.Item Property (Int32)

[This is preliminary documentation and subject to change.]

Gets the column value in its native format given the zero-based column index.

[Visual Basic]
Overrides Overloads Public Default ReadOnly Property Item( _
   ByVal Int32 As Integer _
) _
    Implements IDataRecord.
 As  _
    Implements IDataRecord.
[C#]
public override  this[
   Int32 i
] {get;}

Property Value

Column value in its native format.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace | SqlCeDataReader.Object Overload List