This class is a ConnectionDescriptor implementation for using FastDAO to communicate with a SQLite database.
Inheritance: Azavea.Open.DAO.SQL.AbstractSqlConnectionDescriptor, ITransactionalConnectionDescriptor
Beispiel #1
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public SQLiteDaLayer(SQLiteDescriptor connDesc)
     : base(connDesc, true)
 {
 }