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
    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 NpgsqlTsQueryEmpty : NpgsqlTsQuery

    Constructors

    | Improve this Doc

    NpgsqlTsQueryEmpty()

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

    Declaration
    public NpgsqlTsQueryEmpty()
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team