Generates the drop scripts for the database saving them to the supplied file name. The baseType is used to identify which database should we act upon.

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

Syntax

C#
public static void GenerateDropScripts(
	Type baseType,
	string fileName
)

Parameters

baseType
Type

[Missing <param> documentation for "baseType"]

fileName
String

[Missing <param> documentation for "fileName"]

See Also