Click or drag to resize
ColumnMapAsFrozen Method
Tells the mapper that the column type is frozen. Only valid for collections, tuples, and user-defined types. For example: frozen<address>

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ColumnMap AsFrozen()

Return Value

Type: ColumnMap
See Also