SqlCeUpdatableRecord.GetBoolean-Methode
Gibt den Wert des angegebenen Felds als Wert vom Typ bool zurück.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetBoolean ( _
ordinal As Integer _
) As Boolean
'Usage
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
Parameter
- ordinal
Typ: System.Int32
Das Feld, aus dem ein Wert abgerufen werden soll.
Rückgabewert
Typ: System.Boolean