Method | Description | |
---|---|---|
Close ( ) : void |
Close the table.
|
|
Table ( JET_SESID sesid, JET_DBID dbid, string name, OpenTableGrbit grbit ) |
Initializes a new instance of the Table class. The table is opened from the given database.
|
Method | Description | |
---|---|---|
ReleaseResource ( ) : void |
Free the underlying JET_TABLEID.
|
public Table ( JET_SESID sesid, JET_DBID dbid, string name, OpenTableGrbit grbit ) | ||
sesid | JET_SESID | The session to use. |
dbid | JET_DBID | The database to open the table in. |
name | string | The name of the table. |
grbit | OpenTableGrbit | JetOpenTable options. |