Smit Patel
Smit Patel
Further, `GetDbSetForClrType` can just be replaced to invoke `DbContext.Set()` method.
` GetDbSetForClrType(dbContext, queryInfo.ClrType)` The ClrType of your navigation is the type of TEntity. `DbContext.Set` API will return DbSet for the entity type which has backing clr type of `TEntity`
> How would you propose I obtain the DbSet for those entities at run-time when the only specified type for in the code is the parameter type from the Controller's...
> Note that the Launch Profiles dialog, much like the Project Properties UI, updates the backing values immediately. Then there is no need of save/cancel button. Does undo works to...
That wasn't the case when testing I did. I created vshistory folder and put a filenesting.json file inside it and it showed up correctly in UI. We will verify again...
cc: @maumar :trollface:
For aggregate, register the functions an in SqliteSqlTranslatingExpressionVisitor generate translation to that custom SqlFunction. For order by, now that we have CollateExpression, you can just wrapp the ordering expression in...
@f135ta - `IEntityType.EnableQueryFilter` does not exist. What are you calling in that code? And why do we want to skip cache? Why not compile just one expression which would apply...
@f135ta - We cannot mutate the IModel when running the query.
> The extension methods merely change a flag on the filter item in the QueryFilterCollection to enable/disable it. Would that not be correct? That particular bit becomes incorrect. QueryFilterCollection lives...