Class DatabaseOperations.TruncateOptions
Inheritance
DatabaseOperations.TruncateOptions
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
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
value__
Declaration
Field Value
Extension Methods