Class QueryableExtensions
Inheritance
System.Object
QueryableExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public static class QueryableExtensions
Methods
Name | Description |
---|---|
Cache<T>(IQueryable<T>) | This method executes the query on cache first. If cache contains the result of the query, it returns the result from the cache otherwise it executes the query on configured datasource and load the data into the cache and then return the result to the user. |