C# Class BACnet.Client.Db.TableExistsCommand

Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( string tableName ) : bool

Executes the command

TableExistsCommand ( 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 tableName ) : bool
tableName string The table name to check for
return bool

TableExistsCommand() public method

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