Search Results for

    Show / Hide Table of Contents

    Enum TruncateMessage.TruncateOptions

    Enum representing the additional options for the TRUNCATE command as flags

    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public enum TruncateMessage.TruncateOptions : byte

    Fields

    Name Description
    Cascade

    CASCADE was specified

    None

    No additional option was specified

    RestartIdentity

    RESTART IDENTITY was specified

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team