[Missing <summary> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Action{System.String},System.Boolean,System.Boolean)"]

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

Syntax

C#
public void Execute(
	Action<string> scriptAction,
	bool export,
	bool justDrop
)
Visual Basic
Public Sub Execute ( _
	scriptAction As Action(Of String), _
	export As Boolean, _
	justDrop As Boolean _
)
Visual C++
public:
void Execute(
	Action<String^>^ scriptAction, 
	bool export, 
	bool justDrop
)

Parameters

scriptAction
Type: System..::..Action<(Of <(<'String>)>)>

[Missing <param name="scriptAction"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Action{System.String},System.Boolean,System.Boolean)"]

export
Type: System..::..Boolean

[Missing <param name="export"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Action{System.String},System.Boolean,System.Boolean)"]

justDrop
Type: System..::..Boolean

[Missing <param name="justDrop"/> documentation for "M:NHibernate.Tool.hbm2ddl.SchemaExport.Execute(System.Action{System.String},System.Boolean,System.Boolean)"]

See Also