NamedSetType Enumeration
The NamedSetType enumeration provides options for the type of named set, which determines how often and at what times the named set will be evaluated.
Enumeration Values
Name | Summary |
---|---|
Dynamic | Specifies that the named set will be reevaluated in the context of each query that references it. |
Static | Specifies that the named set will be evaluated only when it is created. |