Méthode Api.TrySetIndexRange
Limite temporairement l’ensemble d’entrées d’index que le curseur peut parcourir à l’aide de JetMove à celles commençant de l’entrée d’index actuelle et se terminant à l’entrée d’index qui correspond aux critères de recherche spécifiés par la clé de recherche dans ce curseur et aux critères liés spécifiés. Une clé de recherche doit avoir été précédemment construite à l’aide de JetMakeKey. Retourne true si la plage d’index n’est pas vide, false dans le cas contraire.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function TrySetIndexRange ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SetIndexRangeGrbit _
) As Boolean
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SetIndexRangeGrbit
Dim returnValue As Boolean
returnValue = Api.TrySetIndexRange(sesid, _
tableid, grbit)
public static bool TrySetIndexRange(
JET_SESID sesid,
JET_TABLEID tableid,
SetIndexRangeGrbit grbit
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur à positionner.
grbit
Type : Microsoft.Isam.Esent.Interop.SetIndexRangeGrbitOption Rechercher.
Valeur retournée
Type : System.Boolean
True si la recherche a réussi.