C# 클래스 Microsoft.Isam.Esent.Interop.Table

A class that encapsulates a JET_TABLEID in a disposable object. This opens an existing table. To create a table use the JetCreateTable method.
상속: Microsoft.Isam.Esent.Interop.EsentResource
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ReleaseResource ( ) : void

Free the underlying JET_TABLEID.

메소드 상세

Close() 공개 메소드

Close the table.
public Close ( ) : void
리턴 void

ReleaseResource() 보호된 메소드

Free the underlying JET_TABLEID.
protected ReleaseResource ( ) : void
리턴 void

Table() 공개 메소드

Initializes a new instance of the Table class. The table is opened from the given database.
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.