Initializes a new instance of the CompositeUserTypeAttribute class.

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

Syntax

C#
public CompositeUserTypeAttribute(
	Type compositeType,
	string[] columnNames
)

Parameters

compositeType
Type
Type of the ICompositeUserType implmentor.
columnNames
array<String>[]()
The column names.

See Also