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

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

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

Метод Описание
CreateSchemaCommand ( SQLiteConnection connection ) : System

Constructs a new create schema instance

Dispose ( ) : void

Disposes of the command

Execute ( ) : void

Executes the command

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

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

Constructs a new create schema instance
public CreateSchemaCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
Результат System

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

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

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

Executes the command
public Execute ( ) : void
Результат void