Partager via


Méthode SqlCeUpdatableRecord.GetBoolean

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

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

Syntaxe

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

returnValue = instance.GetBoolean(ordinal)
public bool GetBoolean(
    int ordinal
)
public:
virtual bool GetBoolean(
    int ordinal
) sealed
abstract GetBoolean : 
        ordinal:int -> bool 
override GetBoolean : 
        ordinal:int -> bool 
public final function GetBoolean(
    ordinal : int
) : boolean

Paramètres

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

Valeur de retour

Type : System.Boolean

Implémente

IDataRecord.GetBoolean(Int32)

Voir aussi

Référence

SqlCeUpdatableRecord Classe

Espace de noms System.Data.SqlServerCe