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.
    See Also