Delegate CompiledQueryFunc<T>
Delegate for compiled query with arbitrary number of arguments.
Namespace: Apache.Ignite.Linq
Assembly: Apache.Ignite.Linq.dll
Syntax
public delegate IQueryCursor<T> CompiledQueryFunc<T>(params object[] args);
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | args | The arguments. |
Returns
Type | Description |
---|---|
IQueryCursor<T> | Query cursor. |
Type Parameters
Name | Description |
---|---|
T | Result type. |