Click or drag to resize

FrozenAttribute Class

Indicates that the property or field is Frozen. Only valid for collections, tuples, and user-defined types.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesFrozenAttribute

Namespace:  Cassandra.Mapping.Attributes
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public class FrozenAttribute : Attribute

The FrozenAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFrozenAttribute
Initializes a new instance of the FrozenAttribute class
Top
See Also