public Database( SQLiteConnectionPath sqliteConnectionPath )
Public Function New( _ ByVal sqliteConnectionPath As SQLiteConnectionPath _ )
Parameters
- sqliteConnectionPath
- A valid path to a SQLite database.
public Database( SQLiteConnectionPath sqliteConnectionPath )
Public Function New( _ ByVal sqliteConnectionPath As 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, Windows 10