C# Class BACnet.Client.Db.CreateSchemaCommand

Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
CreateSchemaCommand ( SQLiteConnection connection ) : System

Constructs a new create schema instance

Dispose ( ) : void

Disposes of the command

Execute ( ) : void

Executes the command

Method Details

CreateSchemaCommand() public méthode

Constructs a new create schema instance
public CreateSchemaCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
Résultat System

Dispose() public méthode

Disposes of the command
public Dispose ( ) : void
Résultat void

Execute() public méthode

Executes the command
public Execute ( ) : void
Résultat void