ColumnMapWithFrozenValue Method  | 
 
            Tells the mapper that the value of the column type is frozen.
            Only valid for maps and lists, for example: map<uuid, frozen<tuple<text, text>>> .
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic ColumnMap WithFrozenValue()
Return Value
Type: 
ColumnMap
See Also