Gets or sets the custom generator. The generator must implement IIdentifierGenerator

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

Syntax

C#
public Type CustomGenerator{ get; set;}

Field Value

The custom generator type.

See Also