dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / EnableLoadExtension Property

In This Topic
    EnableLoadExtension Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property EnableLoadExtension As Boolean
    public bool EnableLoadExtension {get; set;}

    Property Value

    If true, the SQLite extension libraries are allowed to load; otherwise, false.
    Requirements

    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

    See Also