ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Database Class / Database Constructor / Database Constructor(SQLiteConnectionPath)
A valid path to a SQLite database.

In This Topic
    Database Constructor(SQLiteConnectionPath)
    In This Topic
    Opens a SQLite database with the specified connection path. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    sqliteConnectionPath
    A valid path to a SQLite database.
    Exceptions
    ExceptionDescription
    sqliteConnectionPath is null.
    A database-related exception has occurred.
    This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also