invalidate_value_e
Description:
[
Version ( since =
"4.2.10" ) ]
public void invalidate_value_e (
Value value,
owned Error? error)
Marks value
as being invalid.
This method is mainly used by database providers' implementations to report any error while reading a value from the database.
Parameters:
this |
a Row
|
value |
a Value belonging to this (obtained with
get_value).
|
error |
the error which lead to the invalidation
|