C# 클래스 TShockAPI.DB.DBTools

파일 보기 프로젝트 열기: NyxStudios/TShock

공개 프로퍼티들

프로퍼티 타입 설명
database IDbConnection

공개 메소드들

메소드 설명
CreateTable ( string name, bool IfNotExists, List columns ) : void
InsertTable ( string tablename, bool Ignore, List Values, List WhereAndStatements ) : void

메소드 상세

CreateTable() 공개 정적인 메소드

public static CreateTable ( string name, bool IfNotExists, List columns ) : void
name string
IfNotExists bool
columns List
리턴 void

InsertTable() 공개 정적인 메소드

public static InsertTable ( string tablename, bool Ignore, List Values, List WhereAndStatements ) : void
tablename string
Ignore bool
Values List
WhereAndStatements List
리턴 void

프로퍼티 상세

database 공개적으로 정적으로 프로퍼티

public static IDbConnection database
리턴 IDbConnection