promote_nullability


Description:

[ NoAccessorMethod ]
[ Version ( since = "6.0.0" ) ]
public bool promote_nullability { get; set; }

If true, a Field of NullDataType can be unified with a Field of another type.

The unified field will be of the other type and become nullable. Nullability will be promoted to the looser option (nullable if one is not nullable).