Registers new types in ActiveRecord Usefull for dynamic type-adding after initialization

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

Syntax

C#
public static void RegisterTypes(
	params Type[] types
)

Parameters

types
array<Type>[]()

[Missing <param> documentation for "types"]

See Also