Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Awesome @DmitriyMarov ! We are glad to hear that the issue has been fixed! Don't hesitate to contact us with any questions or further assistance, Jon

Hello @mentadev , Thank you for reporting, I will assign this issue to my developer if the option is not implemented or cannot be supported in Oracle. I should be...

Hello @mentadev , My developer checked this issue. It looks that we don't support, however, he believes he has found a way to make it happens. He will continue his...

Thank you @mentadev , We will highly focus this week on the `FormulaUpdate` as we have postponed this feature without any valid reason. When I spoke to my developer this...

Hello @mentadev , We tried to support during the last week the `InsertIfNotExists` options for Oracle. Unfortunately, we didn't find any good way to make it happens. We are currently...

Hello @mr-eric-walter , The IncludeGraph is not very obvious. Everything that depend on an entity must be specified in the `IncludeGraphOperationBuilder`. For example, the `BatchSize` can be specifed outside but...

Hello @mr-eric-walter , You will find a working example in the attachment. We used the same entity but with probably some small difference. On our side, we have found something...

Hello @mr-eric-walter Since our last conversation, we haven't heard from you. Did you get the chance to try the example? Looking forward to hearing from you, Jon

Hello @Song-s-z , Sure that's possible. By default, the join uses the primary keys in your database or your identity column. You can customize it by choosing yourselves each column...

Hello @Song-s-z , No that's bad as you will keep overriding the old property values. However, you can use the semicolons to specify more than one keys: ```csharp bulk.AutoMapKeyName =...