Search Results for

    Show / Hide Table of Contents

    Enum IdentityTruncateOptions

    Represents the identity truncate option for foreign keys.

    Namespace: Venflow.Enums
    Assembly: Venflow.dll
    Syntax
    public enum IdentityTruncateOptions : byte

    Fields

    Name Description
    Continue

    Do not change the values of sequences. This is the default.

    None

    Does nothing.

    Restart

    Automatically restart sequences owned by columns of the truncated table(s).

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty