Método Api.MakeKey (JET_SESID, JET_TABLEID, Single, MakeKeyGrbit)
Construye una clave de búsqueda que puede usar JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) y JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'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
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor en el que se va a crear la clave.
datos
Tipo: System.SingleDatos de columna para la columna de clave actual del índice actual.
grbit
Tipo: Microsoft.Isam.Esent.Interop.MakeKeyGrbitOpciones clave.