Associates a Configuration object to a root type

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

Syntax

C#
void Register(
	Type rootType,
	Configuration cfg
)

Parameters

rootType
Type

[Missing <param> documentation for "rootType"]

cfg
Configuration

[Missing <param> documentation for "cfg"]

See Also