The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
using Syncfusion.EJ2.Base.DataOperations if I send a query to the server which contains more than one filter (i.e. using the angular query builder component) nhibernate throws the following error.
I may be wrong but my googling seems to suggest that nhibernate does not support the query method .startswith() but uses .IsLike(keyword,MatchMode.Start) as well as MatchMode.Anywhere, and MatchMode.End for the others.
VKVinoth Kumar Sundara Moorthy Syncfusion Team June 11, 2019 06:42 AM
Hi David,
Good day to you.
We need below information to provide a suitable solution before validating the reported issue.
·Share the QueryBuilder Code
·Share the request you sent to the server.
·Share the screenshot ofstack trace.
Could you please get back to us with details requested above? This information will be useful for further analysis.
Regards,
Vinoth Kumar S
DADavidJune 11, 2019 07:28 AM
I was wrong about the startswith stuff, it breaks for every possible complex query i've tried including a simple id lookup (in the example below I query two contact ids.)