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