Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs search keys that may then be used by JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) and JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetMakeKey ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
data As Byte(), _
dataSize As Integer, _
grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Byte()
Dim dataSize As Integer
Dim grbit As MakeKeyGrbitApi.JetMakeKey(sesid, tableid, data, _
dataSize, grbit)
public static void JetMakeKey(
JET_SESID sesid,
JET_TABLEID tableid,
byte[] data,
int dataSize,
MakeKeyGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor to create the key on.
data
Type: []Column data for the current key column of the current index.
dataSize
Type: System.Int32Size of the data.
grbit
Type: Microsoft.Isam.Esent.Interop.MakeKeyGrbitKey options.
Remarks
The MakeKey functions provide datatype-specific make key functionality.