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
    Cassandra.Mapping.AttributesFrozenKeyAttribute

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.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