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

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

공개 메소드들

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