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.
Gets or sets the cursor containing the index range. The cursor should have an index range set with JetSetIndexRange.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property tableid As JET_TABLEID
Get
Set
'Usage
Dim instance As JET_INDEXRANGE
Dim value As JET_TABLEID
value = instance.tableid
instance.tableid = value
public JET_TABLEID tableid { get; set; }
Property value
Type: Microsoft.Isam.Esent.Interop.JET_TABLEID