Determines whether the SQLite
automatic indexing is enabled.
'Declaration
Public Property AutomaticIndex As Boolean
public bool AutomaticIndex {get; set;}
Property Value
If
true - automatic indexing is enabled; otherwise it is disabled. Default value is
true.