Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ordinal
Type: System.Int32
Return Value
Type: System.Char
Returns Char.