José Manuel Martínez Blancas

Results 4 comments of José Manuel Martínez Blancas

How can I change the height of an item of a list dynamically?

> I managed to solve this by preventing projections on inner fields of jsonb types: > > ``` > public static class JsonBProjectionProviderDescriptorQueryableExtensions { public static IProjectionProviderDescriptor AddJsonBHandlers( this IProjectionProviderDescriptor...

Hey @artiomchi ty, for your response. As I need to upser records on many entities I was planning on make a Generic process to handle same logic. ```c# private int...

What if a ```$top``` param is included and still need the total count?