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.
Set an array of simple filters for JetMove(JET_SESID, JET_TABLEID, Int32, MoveGrbit).
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetSetCursorFilter ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
filters As JET_INDEX_COLUMN(), _
grbit As CursorFilterGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim filters As JET_INDEX_COLUMN()
Dim grbit As CursorFilterGrbitWindows8Api.JetSetCursorFilter(sesid, tableid, _
filters, grbit)
public static void JetSetCursorFilter(
JET_SESID sesid,
JET_TABLEID tableid,
JET_INDEX_COLUMN[] filters,
CursorFilterGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use for the call.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor to position.
filters
Type: []Simple record filters.
grbit
Type: Microsoft.Isam.Esent.Interop.Windows8.CursorFilterGrbitMove options.