C# Class BACnet.Client.Db.GetVersionCommand

Inheritance: IDisposable
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( ) : string

Executes the command

GetVersionCommand ( SQLiteConnection connection ) : System

Constructs a new table exists command instance

Method Details

Dispose() public method

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

Execute() public method

Executes the command
public Execute ( ) : string
return string

GetVersionCommand() public method

Constructs a new table exists command instance
public GetVersionCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System