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). |