Metodo Windows8Api.JetSetCursorFilter
Impostare una matrice di filtri semplici per JetMove(JET_SESID, JET_TABLEID, Int32, MoveGrbit).
Namespace:Microsoft.Isam.Esent.Interop.Windows8
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'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
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da utilizzare per la chiamata.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursore da posizionare.
filters
Tipo: []Filtri di record semplici.
grbit
Tipo: Microsoft.Isam.Esent.Interop.Windows8.CursorFilterGrbitOpzioni di spostamento.