Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column as a String.

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

Parameters

Int32
Zero-based column index.

Return Value

Column value.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace