Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 2.5 KB

api.makekey-method-jet-sesid-jet-tableid-double-makekeygrbit-.md

File metadata and controls

98 lines (73 loc) · 2.5 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Api.MakeKey method (JET_SESID, JET_TABLEID, Double, MakeKeyGrbit)
Api.MakeKey method (JET_SESID, JET_TABLEID, Double, MakeKeyGrbit)
MakeKey method (JET_SESID, JET_TABLEID, Double, MakeKeyGrbit)
M:Microsoft.Isam.Esent.Interop.Api.MakeKey(Microsoft.Isam.Esent.Interop.JET_SESID,Microsoft.Isam.Esent.Interop.JET_TABLEID,System.Double,Microsoft.Isam.Esent.Interop.MakeKeyGrbit)
55100839
07/30/2014
reference
vb
csharp
Microsoft.Isam.Esent.Interop.Api.MakeKey
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Api.MakeKey method (JET_SESID, JET_TABLEID, Double, MakeKeyGrbit)

Constructs a search key 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 MakeKey ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    data As Double, _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Double
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
    grbit)
public static void MakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    double data,
    MakeKeyGrbit grbit
)

Parameters

  • data
    Type: System.Double

    Column data for the current key column of the current index.

See also

Reference

Api class

Api members

MakeKey overload

Microsoft.Isam.Esent.Interop namespace