Class DatabaseOperations.TruncateOptions
Namespace: SuperOffice.Data.Dialect
Assembly: SoDataBase.dll
Syntax
public sealed class TruncateOptions : Enum
Fields
DeallocateStorage
If supported, deallocate and completely reclaim the storage previously occupied by the table
Declaration
public const DatabaseOperations.TruncateOptions DeallocateStorage
Field Value
Type | Description |
---|---|
DatabaseOperations.TruncateOptions |
RetainStorage
If supported, retain the storage allocated to the table; this optimizes the mass insertion of new rows
Declaration
public const DatabaseOperations.TruncateOptions RetainStorage
Field Value
Type | Description |
---|---|
DatabaseOperations.TruncateOptions |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)