Click or drag to resize
ColumnAttribute Constructor (String)
Specifies the name of the column in the database to use for this property/field. If the ExplicitColumns is used on the POCO, also tells the mapper that this column should be included when mapping.

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ColumnAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of the column in the database to map this property or field to.
See Also