JET_RECORDLIST.tableid property

Gets tableid of the temporary table. This should be closed when the table is no longer needed.

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
    Friend Set
'Usage
Dim instance As JET_RECORDLIST
Dim value As JET_TABLEID

value = instance.tableid
public JET_TABLEID tableid { get; internal set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_TABLEID

See also

Reference

JET_RECORDLIST class

JET_RECORDLIST members

Microsoft.Isam.Esent.Interop namespace