C# 클래스 NZBDash.DataAccessLayer.TableCreation

파일 보기 프로젝트 열기: NZBDash/NZBDash

공개 메소드들

메소드 설명
CreateTables ( IDbConnection connection ) : void

Creates the tables located in the SqlTables.sql file.

메소드 상세

CreateTables() 공개 정적인 메소드

Creates the tables located in the SqlTables.sql file.
public static CreateTables ( IDbConnection connection ) : void
connection IDbConnection The connection.
리턴 void