Méthode Api.RetrieveColumnAsInt64 (JET_SESID, JET_TABLEID, JET_COLUMNID)
Récupère une valeur de colonne unique de l’enregistrement actif. L’enregistrement est l’enregistrement associé à l’entrée d’index à la position actuelle du curseur.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function RetrieveColumnAsInt64 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID _
) As Nullable(Of Long)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of Long)
returnValue = Api.RetrieveColumnAsInt64(sesid, _
tableid, columnid)
public static Nullable<long> RetrieveColumnAsInt64(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur à partir duquel récupérer la colonne.
columnid
Type : Microsoft.Isam.Esent.Interop.JET_COLUMNIDColumnid à récupérer.
Valeur retournée
Type : System.Nullable<Int64>
Données récupérées à partir de la colonne en tant que long. Null si la colonne a la valeur Null.