C# 클래스 LightningDB.LightningDatabase

Lightning database.
상속: IDisposable
파일 보기 프로젝트 열기: CoreyKaylor/Lightning.NET 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Deallocates resources opeened by the database.

Drop ( LightningTransaction transaction ) : void

Drops the database.

Handle ( ) : uint
Truncate ( LightningTransaction transaction ) : void

Truncates all data from the database.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Deallocates resources opened by the database.

비공개 메소드들

메소드 설명
LightningDatabase ( string name, LightningTransaction transaction, DatabaseConfiguration configuration ) : System

Creates a LightningDatabase instance.

메소드 상세

Dispose() 공개 메소드

Deallocates resources opeened by the database.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Deallocates resources opened by the database.
protected Dispose ( bool disposing ) : void
disposing bool true if called from Dispose.
리턴 void

Drop() 공개 메소드

Drops the database.
public Drop ( LightningTransaction transaction ) : void
transaction LightningTransaction
리턴 void

Handle() 공개 메소드

public Handle ( ) : uint
리턴 uint

Truncate() 공개 메소드

Truncates all data from the database.
public Truncate ( LightningTransaction transaction ) : void
transaction LightningTransaction
리턴 void