Generates ddl to export table schema for a configured Configuration to the database
Namespace:
NHibernate.Tool.hbm2ddlAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class SchemaExport |
C# |
---|
public class SchemaExport |
Visual C++ |
---|
public ref class SchemaExport |
JavaScript |
---|
NHibernate.Tool.hbm2ddl.SchemaExport = function(); Type.createClass( 'NHibernate.Tool.hbm2ddl.SchemaExport'); |
Remarks
This Class can be used directly or the command line wrapper NHibernate.Tool.hbm2ddl.exe can be
used when a dll can not be directly used.