Search Results for

    Show / Hide Table of Contents

    Class NpgsqlTsQueryOr

    TsQuery Or Node.

    Inheritance
    Object
    NpgsqlTsQuery
    NpgsqlTsQueryBinOp
    NpgsqlTsQueryOr
    Inherited Members
    NpgsqlTsQueryBinOp.Left
    NpgsqlTsQueryBinOp.Right
    NpgsqlTsQuery.Kind
    NpgsqlTsQuery.ToString()
    NpgsqlTsQuery.Parse(String)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: NpgsqlTypes
    Assembly: Npgsql.dll
    Syntax
    public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp

    Constructors

    | Improve this Doc

    NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)

    Creates an or operator, with two given child nodes.

    Declaration
    public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)
    Parameters
    Type Name Description
    NpgsqlTsQuery left
    NpgsqlTsQuery right
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team