C# Class BACnet.Client.Db.CreateSchemaCommand

Show file Open project: LorenVS/bacstack

Public Methods

Method 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 method

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

Dispose() public method

Disposes of the command
public Dispose ( ) : void
return void

Execute() public method

Executes the command
public Execute ( ) : void
return void