You cannot assign a Variant NULL to the Nullable type.
To see null to a Nullable variable, you should use the Empty property:
myClass.myproperty1 := Nullable<string>.Empty;
You cannot assign a Variant NULL to the Nullable type.
To see null to a Nullable variable, you should use the Empty property:
myClass.myproperty1 := Nullable<string>.Empty;