예제 #1
0
        /// <summary>
        /// 创建表格批量操作驱动对象
        /// </summary>
        /// <returns></returns>
        public IDvTableBatch CreateDriveTableBatch()
        {
            IDalSql             dsql   = new DalSql(this.dbHelper);
            DlgCreateDvTableIns dlgcdt = new DlgCreateDvTableIns(CreateDriveTable);
            IDvTableBatch       dvt    = new DvTableBatch(dsql, dlgcdt);

            return(dvt);
        }
예제 #2
0
 public DvTableBatch(IDalSql Setup, DlgCreateDvTableIns DlgDvTableIns)
 {
     setup = Setup;
     this.dlgDvTableIns = DlgDvTableIns;
 }