Class PagedResult<TSource>
PagedResult{TSource}
Inherited Members
Namespace: System.Linq.Dynamic.Core
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public class PagedResult<TSource> : PagedResult
Type Parameters
| Name | Description |
|---|---|
| TSource | The type of the source. |
Properties
| Improve this Doc View SourceQueryable
Gets or sets the queryable.
Declaration
public IQueryable<TSource> Queryable { get; set; }
Property Value
| Type | Description |
|---|---|
| IQueryable<TSource> | The queryable. |