Method | Description | |
---|---|---|
CreateTable ( string tableName, IEnumerable |
||
Save ( string tableName, IEnumerable |
||
UsingMySQL ( string file ) : void |
Method | Description | |
---|---|---|
MySQL ( string file ) : System |
public CreateTable ( string tableName, IEnumerable |
||
tableName | string | |
fieldInfos | IEnumerable |
|
return | void |
public Save ( string tableName, IEnumerable |
||
tableName | string | |
dbField | IEnumerable |
|
model | Model | |
return | long |
public static UsingMySQL ( string file ) : void | ||
file | string | |
return | void |