프로퍼티 | 타입 | 설명 | |
---|---|---|---|
database | IDbConnection |
메소드 | 설명 | |
---|---|---|
CreateTable ( string name, bool IfNotExists, List |
||
InsertTable ( string tablename, bool Ignore, List |
public static CreateTable ( string name, bool IfNotExists, List |
||
name | string | |
IfNotExists | bool | |
columns | List |
|
리턴 | void |
public static InsertTable ( string tablename, bool Ignore, List |
||
tablename | string | |
Ignore | bool | |
Values | List |
|
WhereAndStatements | List |
|
리턴 | void |