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 |
|---|---|---|
| System.Linq.IQueryable | query | The query to check. |
| System.Linq.IQueryProvider | provider | The provider to check (can be null). |
Returns
| Type | Description |
|---|---|
| System.Boolean | true/false |