SqlCeDataReader.GetChar Method

Not supported in the .NET Compact Framework Data Provider for SQL Server Compact.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Function GetChar ( _
    ordinal As Integer _
) As Char
'Usage
Dim instance As SqlCeDataReader
Dim ordinal As Integer
Dim returnValue As Char

returnValue = instance.GetChar(ordinal)
public override char GetChar(
    int ordinal
)
public:
virtual wchar_t GetChar(
    int ordinal
) override
abstract GetChar : 
        ordinal:int -> char 
override GetChar : 
        ordinal:int -> char 
public override function GetChar(
    ordinal : int
) : char

Parameters

Return Value

Type: System.Char
Returns Char.

Implements

IDataRecord.GetChar(Int32)

See Also

Reference

SqlCeDataReader Class

System.Data.SqlServerCe Namespace