Executes the Export of the Schema.
Namespace:
NHibernate.Tool.hbm2ddl
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual C++ |
---|
public:
void Execute(
bool script,
bool export,
bool justDrop,
bool format
) |
JavaScript |
---|
function execute(script, export, justDrop, format); |
Parameters
- script
- Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) if the ddl should be outputted in the Console.
- export
- Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) if the ddl should be executed against the Database.
- justDrop
- Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) if only the ddl to drop the Database objects should be executed.
- format
- Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) if the ddl should be nicely formatted instead of one statement per line.
Remarks
See Also