Méthode SqlCeDataReader.GetChar
Non pris en charge dans le fournisseur de données .NET Compact Framework pour SQL Server Compact.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Overrides Function GetChar ( _
ordinal As Integer _
) As Char
'Utilisation
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
Paramètres
- ordinal
Type : System.Int32
Valeur de retour
Type : System.Char
Retourne Char.