SqlCeDataReader.GetChar-Methode
Wird vom .NET Compact Framework-Datenanbieter für SQL Server Compact nicht unterstützt.
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
Parameter
- ordinal
Typ: System.Int32
Rückgabewert
Typ: System.Char
Gibt Char zurück.