Search Results for

    Show / Hide Table of Contents

    Class NpgsqlTsQueryNot

    TsQuery Not node.

    Inheritance
    Object
    NpgsqlTsQuery
    NpgsqlTsQueryNot
    Inherited Members
    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 NpgsqlTsQueryNot : NpgsqlTsQuery

    Constructors

    | Improve this Doc

    NpgsqlTsQueryNot(NpgsqlTsQuery)

    Creates a not operator, with a given child node.

    Declaration
    public NpgsqlTsQueryNot(NpgsqlTsQuery child)
    Parameters
    Type Name Description
    NpgsqlTsQuery child

    Properties

    | Improve this Doc

    Child

    Child node

    Declaration
    public NpgsqlTsQuery Child { get; set; }
    Property Value
    Type Description
    NpgsqlTsQuery
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team