Search Results for

    Show / Hide Table of Contents

    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 Source

    SupportsLinqToObjects(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX