Partager via


Méthode SqlCeUpdatableRecord.GetChar

Retourne la valeur du champ spécifié en tant que char.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Function GetChar ( _
    ordinal As Integer _
) As Char
'Utilisation
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Char

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

Paramètres

  • ordinal
    Type : System.Int32
    Champ à partir duquel récupérer une valeur.

Valeur de retour

Type : System.Char

Implémente

IDataRecord.GetChar(Int32)

Voir aussi

Référence

SqlCeUpdatableRecord Classe

Espace de noms System.Data.SqlServerCe