Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @ElenaShlykova , What about you create a new property on your side: ```csharp public int AnotherNameID { get { return Convert.ToInt32(Id); } set { Id = value.ToString(); } }...

No problem, We already have a solution for a normal column, however, it doesn't work yet with the key. I will ask my developer to make it compatible as well...

Hello @Rodale , There is currently no way to specify `hint` but I will talk with my developer tomorrow about this request. Best Regards, Jon

Hello @Rodale , I speak with my developer and we are not sure exactly where you will put the option `OPTION (LOOP JOIN)`. Our library uses the `MERGE` statement and...

Hello @Rodale , Since our last conversation, I haven't heard from you! As mentioned in my previous message, we are not sure exactly where you will put the option `OPTION...

Hello @Rodale , A simple reminder that we are here to assist you! Don't hesitate to provide an example of syntax so we can help you better. Looking forward to...

Hello @dbenjimanraj , Could you try to add all your Noda type using the method `AddCustomSupportedType` such as ```csharp DapperPlusManager.AddCustomSupportedType(typeof(NodaTime.LocalDate)); ``` We currently support by default only `NodaTime.LocalDateTime` and `NodaTime.ZonedDateTime`,...

Hello @dbenjimanraj , Since our last conversation, we haven't heard from you! Did you get the time to try the method `AddCustomSupportedType` ? Let us know if that worked, Best...

Awesome @dbenjimanraj ! We are glad to hear that the method works for you! Don't hesitate to contact us with any questions, issues, or feedback. Best regards, Jon

Hello @jakehockey10 , Be very careful, you might be in a trial mode at this moment since our library didn't discover your license (trial might expire in September or October...