Execute the schema updates
Namespace: NHibernate.Tool.hbm2ddlAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void Execute( bool script, bool doUpdate ) |
Visual Basic |
---|
Public Sub Execute ( _ script As Boolean, _ doUpdate As Boolean _ ) |
Visual C++ |
---|
public: void Execute( bool script, bool doUpdate ) |
Parameters
- script
- Type: System..::..Boolean
[Missing <param name="script"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaUpdate.Execute(System.Boolean,System.Boolean)"]
- doUpdate
- Type: System..::..Boolean
[Missing <param name="doUpdate"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaUpdate.Execute(System.Boolean,System.Boolean)"]