Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Returns the value of the specified column in it original format.

[Visual Basic]
Overrides Public Function ( _
   ByVal Int32 As Integer _
) As Object _
    Implements IDataRecord.
[C#]
public override object (
   Int32 i
);

Parameters

Int32
Zero-based column index.

Return Value

Value of the specified column.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace