Class ColumnAttribute
Inheritance
ColumnAttribute
Assembly: Cassandra.dll
Syntax
[Obsolete("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")]
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class ColumnAttribute : Attribute
Constructors
ColumnAttribute()
Declaration
ColumnAttribute(string)
Declaration
public ColumnAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value