1zero1

Results 4 comments of 1zero1

With the latest Nuget package DYMO.Connect.SDK version 1.4.3.37, the only thing missing is the reference to SkiaSharp.Views Easy Fix : Install Nuget package that fit with the version of SkiaSharp...

@crozone , Your solution works great, we use `.Metadata.SetAfterSaveBehavior(PropertySaveBehavior.Ignore);` and `.Metadata.BeforeSaveBehavior = PropertySaveBehavior.Ignore;` on a column that gets its value set by `CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP`­. We are now facing...

@crozone , thank you for your **quick** answer. Correct me if I am wrong but accessing ModelBuilder outside of context, at creation, is impossible. Let met clarify my scenario so...

@crozone , will try the INotifyPropertyChanged for sure in a close future, and I'll make sure to post the answer. As for the `propertySaveBehavior.Save`, it's not working. But I am...