C# Class NZBDash.DataAccessLayer.TableCreation

Afficher le fichier Open project: NZBDash/NZBDash

Méthodes publiques

Méthode Description
CreateTables ( IDbConnection connection ) : void

Creates the tables located in the SqlTables.sql file.

Method Details

CreateTables() public static méthode

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