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

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

공개 메소드들

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