Search Results for

    Show / Hide Table of Contents

    Class NpgsqlTsQueryAnd

    TsQuery And node.

    Inheritance
    Object
    NpgsqlTsQuery
    NpgsqlTsQueryBinOp
    NpgsqlTsQueryAnd
    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 NpgsqlTsQueryAnd : NpgsqlTsQueryBinOp

    Constructors

    NpgsqlTsQueryAnd(NpgsqlTsQuery, NpgsqlTsQuery)

    Creates an and operator, with two given child nodes.

    Declaration
    public NpgsqlTsQueryAnd(NpgsqlTsQuery left, NpgsqlTsQuery right)
    Parameters
    Type Name Description
    NpgsqlTsQuery left
    NpgsqlTsQuery right
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team