Search Results for

    Show / Hide Table of Contents

    Class NpgsqlTsQueryEmpty

    Represents an empty tsquery. Shold only be used as top node.

    Inheritance
    Object
    NpgsqlTsQuery
    NpgsqlTsQueryEmpty
    Implements
    IEquatable<NpgsqlTsQuery>
    Inherited Members
    NpgsqlTsQuery.Kind
    NpgsqlTsQuery.Write(StringBuilder)
    NpgsqlTsQuery.ToString()
    NpgsqlTsQuery.Parse(String)
    NpgsqlTsQuery.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: NpgsqlTypes
    Assembly: Npgsql.dll
    Syntax
    public sealed class NpgsqlTsQueryEmpty : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>

    Constructors

    NpgsqlTsQueryEmpty()

    Creates a tsquery that represents an empty query. Should not be used as child node.

    Declaration
    public NpgsqlTsQueryEmpty()

    Methods

    Equals(NpgsqlTsQuery)

    Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.

    Declaration
    public override bool Equals(NpgsqlTsQuery other)
    Parameters
    Type Name Description
    NpgsqlTsQuery other

    An object to compare to this instance.

    Returns
    Type Description
    Boolean

    true if g is equal to this instance; otherwise, false.

    Overrides
    NpgsqlTsQuery.Equals(NpgsqlTsQuery)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    NpgsqlTsQuery.GetHashCode()

    Implements

    System.IEquatable<T>
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team