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

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

Syntax

C#
public static void CreateSchemaFromFile(
	string scriptFileName,
	IDbConnection connection
)

Parameters

scriptFileName
String

[Missing <param> documentation for "scriptFileName"]

connection
IDbConnection

[Missing <param> documentation for "connection"]

See Also