Show / Hide Table of Contents

    Class QueryContainer

    Inheritance
    System.Object
    QueryContainer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LightQuery.Shared
    Assembly: LightQuery.Shared.dll
    Syntax
    public class QueryContainer

    Constructors

    | Improve this Doc View Source

    QueryContainer(ObjectResult, IQueryable, QueryOptions)

    Declaration
    public QueryContainer(ObjectResult objectResult, IQueryable queryable, QueryOptions queryOptions)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ObjectResult objectResult
    System.Linq.IQueryable queryable
    QueryOptions queryOptions

    Properties

    | Improve this Doc View Source

    ObjectResult

    Declaration
    public ObjectResult ObjectResult { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Mvc.ObjectResult
    | Improve this Doc View Source

    Queryable

    Declaration
    public IQueryable Queryable { get; }
    Property Value
    Type Description
    System.Linq.IQueryable
    | Improve this Doc View Source

    QueryOptions

    Declaration
    public QueryOptions QueryOptions { get; }
    Property Value
    Type Description
    QueryOptions
    • Improve this Doc
    • View Source
    Back to top © Georg Dangl