Méthode Api.MakeKey (JET_SESID, JET_TABLEID, Single, 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).
Namespace: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 Single, _
grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Single
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
grbit)
public static void MakeKey(
JET_SESID sesid,
JET_TABLEID tableid,
float 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.SingleDonnées de colonne pour la colonne clé actuelle de l’index actuel.
grbit
Type : Microsoft.Isam.Esent.Interop.MakeKeyGrbitOptions de clé.