Gets or sets the name of the sequence.

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

Syntax

C#
public string SequenceName{ get; set;}

Field Value

The name of the sequence.

See Also