Determines whether to include information about database into the dump text.
This property is obsolete. Use ObjectTypes property instead.
When this property is set to true, CREATE DATABASE statement is generated for database that contains the tables.
If IncludeDrop is set to true, the database is also deleted (DROP DATABASE IF EXISTS) before executing the script, so use this option with caution, because the tables you do not specify in Tables property will be lost.
When executing a script generated with this option, Database property of associated MySqlConnection object is ignored.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2