Show / Hide Table of Contents

Class DatabaseOperations.TruncateOptions

Inheritance
Object
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top