Search Results for

    Show / Hide Table of Contents

    Enum NpgsqlTsQuery.NodeKind

    NodeKind

    Namespace: NpgsqlTypes
    Assembly: Npgsql.dll
    Syntax
    public enum NodeKind

    Fields

    Name Description
    And

    And operator

    Empty

    Represents the empty tsquery. Should only be used at top level.

    Lexeme

    Lexeme

    Not

    Not operator

    Or

    Or operator

    Phrase

    "Followed by" operator

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team