SqlCeDataReader.GetChar Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Not supported in the .NET Compact Framework data provider for SQL Server CE.

  [Visual Basic]
  Public Overridable Function GetChar( _
   ByVal 
  ordinal
   As Integer _
) As Char Implements IDataRecord.GetChar
[C#]
public virtual char GetChar(int ordinal
);
[C++]
public: virtual __wchar_t GetChar(int ordinal
);
[JScript]
public function GetChar(
   ordinal : int) : Char;

Parameters

  • ordinal

Implements

IDataRecord.GetChar

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.