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
    [Flags]
    public enum TruncateOptions : byte

    Fields

    Name Description
    Cascade

    CASCADE was specified

    None

    No additional option was specified

    RestartIdentity

    RESTART IDENTITY was specified

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