Click or drag to resize

IColumnDefinitionHasFrozenValue Property

Determines if the value of the column type is frozen. Only valid for maps and lists, for example: map<uuid, frozen<tuple<text, text>>> .

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
bool HasFrozenValue { get; }

Property Value

Type: Boolean
See Also