Initializes a new instance of the CollectionIDAttribute class.

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

Syntax

C#
public CollectionIDAttribute(
	CollectionIDType generator,
	string column,
	string ColumnType
)

Parameters

generator
CollectionIDType
The generator.
column
String
The column.
ColumnType
String
Type of the column.

See Also