示例#1
0
 public static void AlterTable(this IQuery query, TableInfo tableInfo)
 {
     query.AlterObject(tableInfo);
 }