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

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

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

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

Disposes of the command

Execute ( ushort vendorId, uint deviceInstance, ObjectId objectId ) : bool

Executes the command

UpsertObjectCommand ( 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 ( ushort vendorId, uint deviceInstance, ObjectId objectId ) : bool
vendorId ushort The vendor id of the object
deviceInstance uint The device instance of the object
objectId ObjectId The object id of the object
Результат bool

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

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