Method |
Description |
|
CreateInsertStatement ( string tableName, string colums ) : string |
|
|
CreateSelectStatement ( string tableName, string colums, int topCount ) : string |
|
|
CreateSqlSentence ( object treeitem, SqlKind sqlKind, int limitCount ) : string |
|
|
CreateUpdateStatement ( string tableName, string colums ) : string |
|
|
EscapeKeyWord ( string colum ) : string |
|
|
GetNewVirsion ( ) : Task |
|
|
GetTreeViewTableName ( DbViewModel db, object treeitem ) : ITableViewModel |
|
|
SetNewVersionStatus ( ) : void |
|
|
SetQueryProject ( ) : void |
|
|