SequenceCacheType Enum

Definition

Specifies the cache type of a Sequence object.

public enum SequenceCacheType
type SequenceCacheType = 
Public Enum SequenceCacheType
Inheritance
SequenceCacheType

Fields

CacheWithSize 2

To specify the cache size

DefaultCache 0

To use default cache size

NoCache 1

No cache option

Applies to