Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Gets the name of the source data type.

[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

The name of the back-end data type.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace