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

Наследование: IDisposable
Показать файл Открыть проект

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

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

Disposes of the command

Execute ( ) : string

Executes the command

GetVersionCommand ( 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
Результат string

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

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