C# 클래스 BACnet.Client.Db.GetVersionCommand

상속: IDisposable
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
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