Api.IntersectIndexes 方法

将一组索引范围相交并返回在所有索引范围中找到的记录的书签。 另请参阅 JetIntersectIndexes (JET_SESID、[]、Int32、JET_RECORDLIST、IntersectIndexesGrbit)

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Function IntersectIndexes ( _
    sesid As JET_SESID, _
    ParamArray tableids As JET_TABLEID() _
) As IEnumerable(Of Byte())
'Usage
Dim sesid As JET_SESID
Dim tableids As JET_TABLEID()
Dim returnValue As IEnumerable(Of Byte())

returnValue = Api.IntersectIndexes(sesid, _
    tableids)
public static IEnumerable<byte[]> IntersectIndexes(
    JET_SESID sesid,
    params JET_TABLEID[] tableids
)

parameters

返回值

类型: System.Collections.Generic.IEnumerable<[]>
在所有索引范围中找到的记录的书签。 书签按主键顺序返回。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间