Interface ICacheQueryable
Common interface for cache queryables.
Namespace: Apache.Ignite.Linq
Assembly: Apache.Ignite.Linq.dll
Syntax
public interface ICacheQueryableProperties
CacheName
Gets the name of the cache that is associated with this query.
Declaration
string CacheName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the cache. | 
ElementType
Gets the type of the element.
Declaration
Type ElementType { get; }Property Value
| Type | Description | 
|---|---|
| Type | 
Ignite
Gets the Ignite instance associated with this query.
Declaration
IIgnite Ignite { get; }Property Value
| Type | Description | 
|---|---|
| IIgnite | 
Methods
GetFieldsQuery()
Returns fields query that represents current queryable.
Declaration
SqlFieldsQuery GetFieldsQuery()Returns
| Type | Description | 
|---|---|
| SqlFieldsQuery | Fields query that represents current queryable. |