Initialize the mappings using the configuration and the list of types

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

Syntax

C#
public static void Initialize(
	IConfigurationSource source,
	params Type[] types
)

Parameters

source
IConfigurationSource

[Missing <param> documentation for "source"]

types
array<Type>[]()

[Missing <param> documentation for "types"]

See Also