Click or drag to resize

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:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public ColumnMap WithFrozenKey()

Return Value

Type: ColumnMap
See Also