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

Namespace: NHibernate.Tool.hbm2ddl
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class SchemaExport
C#
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