Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation