Class StaticColumnAttribute
Indicates that the property or field is a static column in Cassandra
Inherited Members
Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = true)]
public class StaticColumnAttribute : Attribute