Public Function New( _ ByVal sqliteConnectionPath As SQLiteConnectionPath _ )
public Database( SQLiteConnectionPath sqliteConnectionPath )
Parameters
- sqliteConnectionPath
- A valid path to a SQLite database.
Public Function New( _ ByVal sqliteConnectionPath As SQLiteConnectionPath _ )
public Database( SQLiteConnectionPath sqliteConnectionPath )
| Exception | Description |
|---|---|
| System.ArgumentNullException | sqliteConnectionPath is null. |
| ArcGIS.Core.Data.Exceptions.GeodatabaseException | A database-related exception has occurred. |
| ArcGIS.Core.ConstructedOnWrongThreadException | This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)