Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.

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

Syntax

C#
public NestedAttribute(
	string columnPrefix
)

Parameters

columnPrefix
String
A prefix to insert before each column in the nested component

See Also