C# Class BACnet.Client.Db.GetVersionCommand

Inheritance: IDisposable
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode 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 méthode

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

Execute() public méthode

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

GetVersionCommand() public méthode

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