[Missing <summary> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Create(System.Action{System.String},System.Boolean)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void Create( Action<string> scriptAction, bool export ) |
Visual Basic |
---|
Public Sub Create ( _ scriptAction As Action(Of String), _ export As Boolean _ ) |
Visual C++ |
---|
public: void Create( Action<String^>^ scriptAction, bool export ) |
Parameters
- scriptAction
- Type: System..::..Action<(Of <(<'String>)>)>
[Missing <param name="scriptAction"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Create(System.Action{System.String},System.Boolean)"]
- export
- Type: System..::..Boolean
[Missing <param name="export"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Create(System.Action{System.String},System.Boolean)"]