1 implementation of IsSupported
Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter (1)
EntityFrameworkAsyncQueryExecutor.cs (1)
12public bool IsSupported<T>(IQueryable<T> queryable)
1 reference to IsSupported
Microsoft.AspNetCore.Components.QuickGrid (1)
Infrastructure\AsyncQueryExecutorSupplier.cs (1)
44else if (executor.IsSupported(queryable))