EnableLoadExtension Property
Gets or sets a value indicating whether an SQLite extension library can be loaded from the from the named file with the statement SELECT load_extension(file_name);. It can be useful, for example, for the full-text search modules.
public bool EnableLoadExtension {get; set;}
'Declaration
Public Property EnableLoadExtension As Boolean
Property Value
If
true, the SQLite extension libraries are allowed to load; otherwise,
false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2