IColumnDefinitionHasFrozenKey Property |
Determines if the key of the column type is frozen.
Only valid for maps and sets, for example: map<frozen<tuple<text, text>>, uuid> .
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax bool HasFrozenKey { get; }
Property Value
Type:
BooleanSee Also