Api.RetrieveColumnAsBoolean-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID)

Ruft einen booleschen Spaltenwert aus dem aktuellen Datensatz ab. Der Datensatz ist der Datensatz, der dem Indexeintrag an der aktuellen Position des Cursors zugeordnet ist.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Function RetrieveColumnAsBoolean ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID _
) As Nullable(Of Boolean)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of Boolean)

returnValue = Api.RetrieveColumnAsBoolean(sesid, _
    tableid, columnid)
public static Nullable<bool> RetrieveColumnAsBoolean(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid
)

Parameter

Rückgabewert

Typ: System.Nullable<Boolean>
Die daten, die als boolescher Wert aus der Spalte abgerufen werden. NULL, wenn die Spalte NULL ist.

Siehe auch

Verweis

Api-Klasse

API-Member

RetrieveColumnAsBoolean-Überladung

Microsoft.Isam.Esent.Interop-Namespace