Name | Description | |
---|---|---|
![]() | CommitBatchSize | Gets or sets the max size in bytes of a single insert statement with multiple values in the script. This property is ignored if the UseExtSyntax property is set to false. |
![]() | CommitCount | Gets or sets number of SQL statements to execute before issuing COMMIT when restoring data from a dump. |
![]() | Connection | Gets or sets the MySqlConnection used by this instance of the MySqlDump. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Database | Gets or sets database to dump data from. |
![]() | DisableKeys | Determines whether to add ALTER TABLE ... DISABLE KEYS clause before INSERT statements. |
![]() | DumpText | Overridden. Gets as a result of Backup() execution, or sets data needed to execute Restore() method. |
![]() | ExportAll | Determines whether to export functions, procedures, and views together with tables. This property is obsolete. Use ObjectTypes property instead. |
![]() | GenerateHeader | Determines whether to add comments into the dump text. (Inherited from Devart.Common.DbDump) |
![]() | HexBlob | Determines whether to dump BLOB columns using hexadecimal notation. |
![]() | IncludeDatabase | Determines whether to include information about database into the dump text. This property is obsolete. Use ObjectTypes property instead. |
![]() | IncludeDatabaseUsersOnly | Determines whether to exclude users that don't have privileges on the specified Database. |
![]() | IncludeDrop | Determines whether to recreate database objects. (Inherited from Devart.Common.DbDump) |
![]() | IncludeLock | Determines whether to add LOCK TABLE clause before data insertion. |
![]() | IncludeUse | Determines whether to add USE statement to the script. |
![]() | IncludeUsers | Determines whether to include GRANT statements for users into the dump text. This property is obsolete. Use ObjectTypes property instead. |
![]() | Mode | Determines whether to include data from tables into the dump text, script to create database objects or both. (Inherited from Devart.Common.DbDump) |
![]() | ObjectTypes | Gets or sets a value that indicates which database objects will be included in the dump text. |
![]() | QuoteIdentifier | Determines whether to quote all identifiers present in the database. (Inherited from Devart.Common.DbDump) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Tables | Overridden. Gets or sets a list of the tables which will be used in the script. Table names are separated by semicolon. |
![]() | UseDelayedIns | Determines whether to use INSERT DELAYED statement syntax. |
![]() | UseExtSyntax | Determines whether to use extended syntax of INSERT on data insertion. |