Azavea.Open.DAO.SQLite.SQLiteDaLayer.SQLiteDaLayer C# (CSharp) 메소드

SQLiteDaLayer() 공개 메소드

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