Generates ddl to export table schema for a configured Configuration to the database

Namespace: NHibernate.Tool.hbm2ddl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class SchemaExport
Visual Basic
Public Class SchemaExport
Visual C++
public ref class 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.

Inheritance Hierarchy

System..::..Object
  NHibernate.Tool.hbm2ddl..::..SchemaExport

See Also