Exemplo n.º 1
0
        /// <summary>
        /// 导出表
        /// </summary>
        public void Export(ConnectString connString, MigrateProfile profile)
        {
            MigrateService service = new D2DService(profile);

            service.Start();
        }
Exemplo n.º 2
0
 public ExportService(MigrateProfile profile)
 {
     Profile = profile;
 }
Exemplo n.º 3
0
 public D2DService(MigrateProfile profile)
 {
     Profile = profile;
 }