Méthode Api.MakeKey (JET_SESID, JET_TABLEID, Int16, MakeKeyGrbit)
Construit une clé de recherche qui peut ensuite être utilisée par JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) et JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit).
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub MakeKey ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
data As Short, _
grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Short
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
grbit)
public static void MakeKey(
JET_SESID sesid,
JET_TABLEID tableid,
short data,
MakeKeyGrbit grbit
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur sur lequel créer la clé.
data
Type : System.Int16Données de colonne pour la colonne clé actuelle de l’index actuel.
grbit
Type : Microsoft.Isam.Esent.Interop.MakeKeyGrbitOptions clés.