This is a convenience method that calls Execute and sets the justDrop parameter to false and the format parameter to true.
bool script |
${WriteSummary(content)} |
bool export |
${WriteSummary(content)} |
Type SchemaExport
Namespace NHibernate.Tool.hbm2ddl
This is a convenience method that calls Execute and sets the justDrop parameter to false and the format parameter to true.
bool script |
${WriteSummary(content)} |
bool export |
${WriteSummary(content)} |
This is a convenience method that calls Execute and sets the justDrop and format parameter to true.
bool script |
${WriteSummary(content)} |
bool export |
${WriteSummary(content)} |
return bool |
|
object obj |
This method allows for both the drop and create ddl script to be executed.
bool script |
${WriteSummary(content)} |
bool export |
${WriteSummary(content)} |
bool justDrop |
${WriteSummary(content)} |
bool format |
${WriteSummary(content)} |
This method allows for both the drop and create ddl script to be executed. This overload is provided mainly to enable use of in memory databases. It does NOT close the given connection!
bool script |
${WriteSummary(content)} |
bool export |
${WriteSummary(content)} |
bool justDrop |
${WriteSummary(content)} |
bool format |
${WriteSummary(content)} |
IDbConnection connection |
${WriteSummary(content)} |
TextWriter exportOutput |
The writer used to output the generated schema |
return int |
return Type |
return SchemaExport |
The SchemaExport object. |
string delimiter |
The end of statement delimiter. |
return SchemaExport |
The SchemaExport object. |
string filename |
The name of the file to output the ddl to. |
return string |