Executes the specified script to create/drop/change the database schema

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

Syntax

C#
public static void CreateSchemaFromFile(
	string scriptFileName
)

Parameters

scriptFileName
String

[Missing <param> documentation for "scriptFileName"]

See Also