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.11.0
Syntaxpublic ColumnAttribute(
	string name
)
Parameters
- name
 - Type: SystemString
The name of the column in the database to map this property or field to. 
See Also