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

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,
	IDbConnection connection,
	TextWriter exportOutput
)
Visual Basic
Public Sub Execute ( _
	scriptAction As Action(Of String), _
	export As Boolean, _
	justDrop As Boolean, _
	connection As IDbConnection, _
	exportOutput As TextWriter _
)
Visual C++
public:
void Execute(
	Action<String^>^ scriptAction, 
	bool export, 
	bool justDrop, 
	IDbConnection^ connection, 
	TextWriter^ exportOutput
)

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,System.Data.IDbConnection,System.IO.TextWriter)"]

export
Type: System..::..Boolean

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

justDrop
Type: System..::..Boolean

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

connection
Type: System.Data..::..IDbConnection

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

exportOutput
Type: System.IO..::..TextWriter

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

See Also