take_value


Description:

[ Version ( since = "3.26" ) ]
public void take_value (string name, owned string? value)

Puts the value for column name.

If contains a value for the same column, then it is replaced. This creates a copy of the name, but takes owner ship of the value.

Parameters:

this

an CacheColumnValues

name

a column name

value

a column value