C# Class NZBDash.DataAccessLayer.TableCreation

Mostrar archivo Open project: NZBDash/NZBDash

Public Methods

Method Description
CreateTables ( IDbConnection connection ) : void

Creates the tables located in the SqlTables.sql file.

Method Details

CreateTables() public static method

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