Enum NamedSetType
C#
public enum NamedSetType
Fields
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. |