Click or drag to resize

StaticColumnAttribute Class

Indicates that the property or field is a static column in Cassandra
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesStaticColumnAttribute

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

The StaticColumnAttribute type exposes the following members.

Constructors
  NameDescription
Public methodStaticColumnAttribute
Initializes a new instance of the StaticColumnAttribute class
Top
See Also