메소드 | 설명 | |
---|---|---|
CreateTable ( |
||
DbTypeToString ( MySqlDbType type, int length ) : string | ||
RenameTable ( string from, string to ) : string |
메소드 | 설명 | |
---|---|---|
EscapeTableName ( string table ) : string |
public DbTypeToString ( MySqlDbType type, int length ) : string | ||
type | MySqlDbType | |
length | int | |
리턴 | string |
protected EscapeTableName ( string table ) : string | ||
table | string | |
리턴 | string |
public RenameTable ( string from, string to ) : string | ||
from | string | |
to | string | |
리턴 | string |