C# Class LightningDB.LightningDatabase

Lightning database.
Inheritance: IDisposable
Afficher le fichier Open project: CoreyKaylor/Lightning.NET Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Deallocates resources opened by the database.

Private Methods

Méthode Description
LightningDatabase ( string name, LightningTransaction transaction, DatabaseConfiguration configuration ) : System

Creates a LightningDatabase instance.

Method Details

Dispose() public méthode

Deallocates resources opeened by the database.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Deallocates resources opened by the database.
protected Dispose ( bool disposing ) : void
disposing bool true if called from Dispose.
Résultat void

Drop() public méthode

Drops the database.
public Drop ( LightningTransaction transaction ) : void
transaction LightningTransaction
Résultat void

Handle() public méthode

public Handle ( ) : uint
Résultat uint

Truncate() public méthode

Truncates all data from the database.
public Truncate ( LightningTransaction transaction ) : void
transaction LightningTransaction
Résultat void