Table members
Include protected members
Include inherited members
A class that encapsulates a JET_TABLEID in a disposable object. This opens an existing table. To create a table use the JetCreateTable method.
The Table type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Table | Initializes a new instance of the Table class. The table is opened from the given database. |
Top
Properties
Name | Description | |
---|---|---|
HasResource | Gets a value indicating whether the underlying resource is currently allocated. (Inherited from EsentResource.) | |
JetTableid | Gets the JET_TABLEID that this table contains. | |
Name | Gets the name of this table. |
Top
Methods
Name | Description | |
---|---|---|
CheckObjectIsNotDisposed | Throw an exception if this object has been disposed. (Inherited from EsentResource.) | |
Close | Close the table. | |
Dispose() | Dispose of this object, releasing the underlying Esent resource. (Inherited from EsentResource.) | |
Dispose(Boolean) | Called by Dispose and the finalizer. (Inherited from EsentResource.) | |
Equals | (Inherited from Object.) | |
Finalize | Finalizes an instance of the EsentResource class. (Inherited from EsentResource.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReleaseResource | Free the underlying JET_TABLEID. (Overrides EsentResource.ReleaseResource().) | |
ResourceWasAllocated | Called by a subclass when a resource is allocated. (Inherited from EsentResource.) | |
ResourceWasReleased | Called by a subclass when a resource is freed. (Inherited from EsentResource.) | |
ToString | Returns a String that represents the current Table. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(Table to JET_TABLEID) | Implicit conversion operator from a Table to a JET_TABLEID. This allows a Table to be used with APIs which expect a JET_TABLEID. |
Top