메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Deallocates resources opeened by the database.
|
|
Drop ( |
Drops the database.
|
|
Handle ( ) : uint | ||
Truncate ( |
Truncates all data from the database.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Deallocates resources opened by the database.
|
메소드 | 설명 | |
---|---|---|
LightningDatabase ( string name, |
Creates a LightningDatabase instance.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if called from Dispose. |
리턴 | void |
public Drop ( |
||
transaction | ||
리턴 | void |
public Truncate ( |
||
transaction | ||
리턴 | void |