Generates the drop scripts for the database saving them to the supplied file name.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static void GenerateDropScripts(
	string fileName
)

Parameters

fileName
String

[Missing <param> documentation for "fileName"]

Remarks

If ActiveRecord was configured to access more than one database, a file is going to be generate for each, based on the path and the fileName specified.

See Also