Click or drag to resize
StaticColumnAttribute Class

Note: This API is now obsolete.

Indicates that the property or field is a static column
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Data.LinqStaticColumnAttribute

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")]
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