ArcGIS Pro 2.9 API Reference Guide
Database Constructor(SQLiteConnectionPath)

ArcGIS.Core.Data Namespace > Database Class > Database Constructor : Database Constructor(SQLiteConnectionPath)
A valid path to a SQLite database.
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, Windows 8.1

See Also

Reference

Database Class
Database Members
Overload List