Class DefaultQueryableAnalyzer
Default implementation.
Implements
Inherited Members
Namespace: System.Linq.Dynamic.Core
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public class DefaultQueryableAnalyzer : IQueryableAnalyzer
Methods
| Improve this Doc View SourceSupportsLinqToObjects(IQueryable, IQueryProvider)
Determines whether the specified query (and provider) supports LinqToObjects.
Declaration
public 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 |