.NET setting null value to property of object

Hello,

When setting property of object to null, value is not saved to database.
Example:

item.date = null;
rda.UpdateRow<T>(item);
rda.ApplyChanges();

When I write next code on Server side then field is updated:

private void businessProcessor1_BeforeProcessChange(BusinessProcessor sender, DeltaChangeEventArgs e)
{                     
      e.DeltaChange.NewValues["date"] = DBNull.Value;  <-- before this line value is null
}

Visual Studio 2012
Firebird 2.5.2
FB .NET driver
RODA 7.0.69.1081

Hello.

Thank you for the detailed instruction. The problem has been reproduced. Corresponding issue is registered as #67963.

Thanks

Hello

Thank you for your quick answer.
It would mean a lot for us right now if you could provide us with some better workaround / quickfix than the one we stated in post.

Hello.

We have fixed the problem and nowadays testing it. Please contact us via email: support@remobjects.com and we will send you updated build.

Thanks.