Apache Ignite.NET
Apache.Ignite.Linq.ICacheQueryable Interface Reference

Common interface for cache queryables. More...

Public Member Functions

SqlFieldsQuery GetFieldsQuery ()
 Returns fields query that represents current queryable. More...
 

Properties

string CacheName [get]
 Gets the name of the cache that is associated with this query. More...
 
IIgnite Ignite [get]
 Gets the Ignite instance associated with this query. More...
 
Type ElementType [get]
 Gets the type of the element. More...
 

Detailed Description

Member Function Documentation

SqlFieldsQuery Apache.Ignite.Linq.ICacheQueryable.GetFieldsQuery ( )
Returns
Fields query that represents current queryable.

Property Documentation

string Apache.Ignite.Linq.ICacheQueryable.CacheName
get

The name of the cache.

Type Apache.Ignite.Linq.ICacheQueryable.ElementType
get
IIgnite Apache.Ignite.Linq.ICacheQueryable.Ignite
get