ColumnMapWithFrozenKey Method |
Tells the mapper that the key of the column type is frozen.
Only valid for maps and sets, for example: map<frozen<tuple<text, text>>, uuid> .
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntaxpublic ColumnMap WithFrozenKey()
Return Value
Type:
ColumnMap
See Also