The SequenceGenerator type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberParameters
The parameters parameter, appended to the create sequence DDL. For example (Oracle): INCREMENT BY 1 START WITH 1 MAXVALUE 100 NOCACHE.
Public fieldStatic memberSequence
The name of the sequence parameter.

See Also