Click or drag to resize

FrozenKeyAttribute Class

Indicates that the property or field represents a column which key is frozen. Only valid for maps and sets.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Mapping.AttributesFrozenKeyAttribute

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class FrozenKeyAttribute : Attribute

The FrozenKeyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFrozenKeyAttribute
Initializes a new instance of the FrozenKeyAttribute class
Top
See Also