SequenceCacheType Enum

Definition

Specifies the cache type of a Sequence object.

public enum SequenceCacheType
type SequenceCacheType = 
Public Enum SequenceCacheType
Inheritance
SequenceCacheType

Fields

Name Value Description
DefaultCache 0

To use default cache size

NoCache 1

No cache option

CacheWithSize 2

To specify the cache size

Applies to