Generates the creation scripts for the database 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 GenerateCreationScripts(
	Type baseType,
	string fileName
)

Parameters

baseType
Type

[Missing <param> documentation for "baseType"]

fileName
String

[Missing <param> documentation for "fileName"]

See Also