Search Results for

    Show / Hide Table of Contents

    Class QueryAlias

    Represents cache query configuration alias.

    Inheritance
    object
    QueryAlias
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Cache.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class QueryAlias

    Constructors

    QueryAlias()

    Initializes a new instance of the QueryAlias class.

    Declaration
    public QueryAlias()

    QueryAlias(string, string)

    Initializes a new instance of the QueryAlias class.

    Declaration
    public QueryAlias(string fullName, string alias)
    Parameters
    Type Name Description
    string fullName

    The full name.

    string alias

    The alias.

    Properties

    Alias

    Gets or sets the alias for the full name.

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string

    FullName

    Gets or sets the full name of the query field.

    Declaration
    public string FullName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation