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.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ColumnMap WithFrozenValue()
Return Value
Type:
ColumnMapSee Also