Skip to content

SQLiteNetSpatialConnection Class

The SQLiteNetSpatialConnection class is a wrapper for sqlite-pcl-net SQLite.SQLiteConnection with spatial functions added.

C# Namespace

using SQuan.Helpers.SQLite.Spatial;

Constructor

 SQLiteNetSpatialConnection(
    string databasePath,
    SQLiteOpenFlags openFlags = SQLiteOpenFlags.ReadWrite | SQLiteOpenFlags.Create | FullMutex,
    bool storeDataTimeAsTicks = true)