Search Results for

    Show / Hide Table of Contents

    Class NpgsqlTsQueryFollowedBy

    TsQuery "Followed by" Node.

    Inheritance
    object
    NpgsqlTsQuery
    NpgsqlTsQueryBinOp
    NpgsqlTsQueryFollowedBy
    Inherited Members
    NpgsqlTsQueryBinOp.Left
    NpgsqlTsQueryBinOp.Right
    NpgsqlTsQuery.Kind
    NpgsqlTsQuery.Write(StringBuilder)
    NpgsqlTsQuery.ToString()
    NpgsqlTsQuery.Parse(string)
    NpgsqlTsQuery.Equals(object?)
    Namespace: NpgsqlTypes
    Assembly: Npgsql.dll
    Syntax
    public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp

    Constructors

    | Improve this Doc View Source

    NpgsqlTsQueryFollowedBy(NpgsqlTsQuery, short, NpgsqlTsQuery)

    Creates a "followed by" operator, specifying 2 child nodes and the distance between them in lexemes.

    Declaration
    public NpgsqlTsQueryFollowedBy(NpgsqlTsQuery left, short distance, NpgsqlTsQuery right)
    Parameters
    Type Name Description
    NpgsqlTsQuery left
    short distance
    NpgsqlTsQuery right

    Properties

    | Improve this Doc View Source

    Distance

    The distance between the 2 nodes, in lexemes.

    Declaration
    public short Distance { get; set; }
    Property Value
    Type Description
    short

    Methods

    | Improve this Doc View Source

    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
    bool

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

    Overrides
    NpgsqlTsQuery.Equals(NpgsqlTsQuery?)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    NpgsqlTsQuery.GetHashCode()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team