Show / Hide Table of Contents

Enum TruncateOptions

Namespace: SuperOffice.Data.Dialect
Assembly: SoDataBase.dll
Syntax
public enum TruncateOptions

Fields

Name Description
DeallocateStorage

If supported, deallocate and completely reclaim the storage previously occupied by the table

RetainStorage

If supported, retain the storage allocated to the table; this optimizes the mass insertion of new rows

Extension Methods

EnumUtil.MapEnums<TruncateOptions, To>(TruncateOptions)
Converters.MapEnums<TruncateOptions, To>(TruncateOptions)
ObjectExtensions.AssignByReflection<TruncateOptions>(TruncateOptions, TruncateOptions)
ObjectExtensions.GraphCopy<TruncateOptions>(TruncateOptions)
RegistryExtensions.GetRegistryRowAsync(Enum, string, CancellationToken)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top