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 SourceQueryContainer(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 SourceObjectResult
Declaration
public ObjectResult ObjectResult { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Mvc.ObjectResult |
Queryable
Declaration
public IQueryable Queryable { get; }
Property Value
| Type | Description |
|---|---|
| System.Linq.IQueryable |
QueryOptions
Declaration
public QueryOptions QueryOptions { get; }
Property Value
| Type | Description |
|---|---|
| QueryOptions |