Generates and executes the Drop scripts for the database using the specified baseClass to know which database it should create the scripts for.

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

Syntax

C#
public static void DropSchema(
	Type baseClass
)

Parameters

baseClass
Type

[Missing <param> documentation for "baseClass"]

See Also