EnsureDatabaseOptions
Hierarchy
- CreateSchemaOptions
- ClearDatabaseOptions
- EnsureDatabaseOptions
Index
Properties
optionalclear
optionalinheritedclearIdentityMap
optionalcreate
optionalforceCheck
optionalinheritedincludeWildcardSchema
When true, entities with a wildcard schema (schema: '*') are included in the generated DDL.
Without this, wildcard tables are skipped.
Options for
ISchemaGenerator.ensureDatabase()which creates and optionally clears the database.