示例#1
0
        public void Execute(string path)
        {
            _exportParameters             = new DatabaseParameter();
            _exportParameters.FilePath    = path;
            _exportParameters.CreateTable = false;

            ExportTableSql();
        }
示例#2
0
 public Export(DatabaseParameter parameters)
 {
     this._exportParameters = parameters;
 }