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

Syntax

Visual Basic (Declaration)
Public Class AdoTable
C#
public class AdoTable
Visual C++
public ref class AdoTable
JavaScript
NHibernate.Tool.hbm2ddl.AdoTable = function();

Type.createClass(
	'NHibernate.Tool.hbm2ddl.AdoTable');

Inheritance Hierarchy

System..::.Object
  NHibernate.Tool.hbm2ddl..::.AdoTable

See Also