DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Mapping.Attributes
ColumnAttribute Class
ColumnAttribute Constructor
ColumnAttribute Constructor
ColumnAttribute Constructor (String)
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.13.0
Syntax
C#
Copy
public
ColumnAttribute
(
string
name
)
Parameters
name
Type:
System
String
The name of the column in the database to map this property or field to.
See Also
Reference
ColumnAttribute Class
ColumnAttribute Overload
Cassandra.Mapping.Attributes Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.