blob: 2406b80ef5e060de53d1ecb013f99eb42c1da35a [file] [log] [blame]
public enum SequenceStrategy
{
NONTRANSACTIONAL,
CONTIGUOUS,
NONCONTIGUOUS
}