C# Class TShockAPI.DB.DBTools

Afficher le fichier Open project: NyxStudios/TShock

Méthodes publiques

Свойство Type Description
database IDbConnection

Méthodes publiques

Méthode Description
CreateTable ( string name, bool IfNotExists, List columns ) : void
InsertTable ( string tablename, bool Ignore, List Values, List WhereAndStatements ) : void

Method Details

CreateTable() public static méthode

public static CreateTable ( string name, bool IfNotExists, List columns ) : void
name string
IfNotExists bool
columns List
Résultat void

InsertTable() public static méthode

public static InsertTable ( string tablename, bool Ignore, List Values, List WhereAndStatements ) : void
tablename string
Ignore bool
Values List
WhereAndStatements List
Résultat void

Property Details

database public_oe static_oe property

public static IDbConnection database
Résultat IDbConnection