Azavea.Open.DAO.SQLite.SQLiteDaLayer.SQLiteDaLayer C# (CSharp) Method

SQLiteDaLayer() public method

Construct the layer. Should typically be called only by the appropriate ConnectionDescriptor.
public SQLiteDaLayer ( SQLiteDescriptor connDesc ) : System
connDesc SQLiteDescriptor Connection to the Firebird DB we'll be using.
return System
        public SQLiteDaLayer(SQLiteDescriptor connDesc)
            : base(connDesc, true)
        {
        }