Class QueryDeferred<TResult>
A class to store immediate LINQ IQueryable query and expression deferred.
Inheritance
System.Object
QueryDeferred<TResult>
Namespace:
Assembly: Alachisoft.NCache.EntityFrameworkCore.dll
Syntax
public class QueryDeferred<TResult> : object
Type Parameters
Name | Description |
---|---|
TResult | Type of the result of the query deferred. |