Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.06 KB

api.jetsetcurrentindex-method.md

File metadata and controls

90 lines (69 loc) · 2.06 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Api.JetSetCurrentIndex method
Api.JetSetCurrentIndex method
JetSetCurrentIndex method
M:Microsoft.Isam.Esent.Interop.Api.JetSetCurrentIndex(Microsoft.Isam.Esent.Interop.JET_SESID,Microsoft.Isam.Esent.Interop.JET_TABLEID,System.String)
55100803
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Api.JetSetCurrentIndex
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Api.JetSetCurrentIndex
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Api.JetSetCurrentIndex method

Set the current index of a cursor.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Sub JetSetCurrentIndex ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    index As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As StringApi.JetSetCurrentIndex(sesid, tableid, _
    index)
public static void JetSetCurrentIndex(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string index
)

Parameters

  • index
    Type: System.String

    The name of the index to be selected. If this is null or empty the primary index will be selected.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace