Set the output filename. The generated script will be written to this file

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

Syntax

Visual Basic (Declaration)
Public Function SetOutputFile ( _
	filename As String _
) As SchemaExport
C#
public SchemaExport SetOutputFile(
	string filename
)
Visual C++
public:
SchemaExport^ SetOutputFile(
	String^ filename
)
JavaScript
function setOutputFile(filename);

Parameters

filename
Type: System..::.String
The name of the file to output the ddl to.

Return Value

The SchemaExport object.

See Also