Azavea.Open.DAO.SQLite.SQLiteDaLayer.SQLiteDaLayer C# (CSharp) Méthode

SQLiteDaLayer() public méthode

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.
Résultat System
        public SQLiteDaLayer(SQLiteDescriptor connDesc)
            : base(connDesc, true)
        {
        }