C# Класс BACnet.Client.Db.TableExistsCommand

Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of the command

Execute ( string tableName ) : bool

Executes the command

TableExistsCommand ( SQLiteConnection connection ) : System

Constructs a new table exists command instance

Описание методов

Dispose() публичный метод

Disposes of the command
public Dispose ( ) : void
Результат void

Execute() публичный метод

Executes the command
public Execute ( string tableName ) : bool
tableName string The table name to check for
Результат bool

TableExistsCommand() публичный метод

Constructs a new table exists command instance
public TableExistsCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
Результат System