Class NCacheQuery<T>
Represents an IQueryable instance. Use this class to create a queryable object with the specified type T.
Inheritance
System.Object
NCacheQuery<T>
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.NCache.Linq.dll
Syntax
public class NCacheQuery<T> : IQueryable<T>, IQueryable, IEnumerable<T>, IEnumerable
Type Parameters
Name | Description |
---|---|
T | The type of the queryable object. |
Constructors
Name | Description |
---|---|
NCacheQuery(ICache) | The constructor used to create a custom class LINQ object. |
Properties
Name | Description |
---|---|
ElementType | Gets the type of the element(s) returned when the expression tree associated with instance of System.Linq.IQueryable is executed. |
Expression | Gets the expression tree associated with the instance of System.Linq.IQueryable. |
Provider | Gets the query provider associated with the instance of System.Linq.IQueryable. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the collection. |