Sets DB dump type. Syntax: DumpOption : TDumpOption; Description: Allows to choose DB dump type: dStructure Generate SQL script containing the DB structure only; dData Generate SQL script containing the data only; dAll Generate SQL script containing both structure and data. |