public void DropCreateTemporaryTable(AlterTableStatement <TRecord> .AlterType alterType) { _commandService.Alter( new AlterTableStatement <TRecord>(TEMP_TABLE, alterType) ); }