dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteSecureDelete Enumeration

On this page
    SQLiteSecureDelete Enumeration
    On this page
    Determines whether to overwrite the deleted data with zeroes.
    Syntax
    'Declaration
     
    Public Enum SQLiteSecureDelete 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    DefaultUse default SQLite secure deleting settings.
    OffThe deleted data is not overwritten with zeroes.
    OnThe deleted data is overwritten with zeroes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SQLite.SQLiteSecureDelete

    See Also