Interface IQueryableAnalyzer
Interface for QueryableAnalyzer.
Namespace: System.Linq.Dynamic.Core
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public interface IQueryableAnalyzer
Methods
| Improve this Doc View SourceSupportsLinqToObjects(IQueryable, IQueryProvider)
Determines whether the specified query (and provider) supports LinqToObjects.
Declaration
bool SupportsLinqToObjects(IQueryable query, IQueryProvider provider = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IQueryable | query | The query to check. |
| IQueryProvider | provider | The provider to check (can be null). |
Returns
| Type | Description |
|---|---|
| Boolean | true/false |