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 |