Table class
A class that encapsulates a JET_TABLEID in a disposable object. This opens an existing table. To create a table use the JetCreateTable method.
Inheritance hierarchy
System.Object
Microsoft.Isam.Esent.Interop.EsentResource
Microsoft.Isam.Esent.Interop.Table
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Class Table _
Inherits EsentResource
'Usage
Dim instance As Table
public class Table : EsentResource
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.