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

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