ArcGIS Pro 2.9 API Reference Guide
SQLiteConnectionPath Constructor

ArcGIS.Core.Data Namespace > SQLiteConnectionPath Class : SQLiteConnectionPath Constructor
A valid path to a SQLite database that ends with either a '.sqlite' or '.gpkg' extension.
Initializes a new instance of the SQLiteConnectionPath class.
Syntax
public SQLiteConnectionPath( 
   Uri path
)
Public Function New( _
   ByVal path As Uri _
)

Parameters

path
A valid path to a SQLite database that ends with either a '.sqlite' or '.gpkg' extension.
Exceptions
ExceptionDescription
path is null.
The path in path does not end with either a '.sqlite' or '.gpkg' extension.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SQLiteConnectionPath Class
SQLiteConnectionPath Members