ColumnMap.WithName Method |
Tells the mapper to use the column name specified when mapping the property/field.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic ColumnMap WithName(
string columnName
)
Parameters
- columnName
- Type: System.String
Return Value
Type:
ColumnMap
See Also