dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / LoadLicenseKey Method

On this page
    LoadLicenseKey Method
    On this page
    Loads and applies the specified activation key to activate the current instance of dotConnect for SQLite.
    Syntax
    'Declaration
     
    Public Shared Sub LoadLicenseKey( _
       ByVal licenseKey As String _
    ) 
    public static void LoadLicenseKey( 
       string licenseKey
    )

    Parameters

    licenseKey
    See Also