Azavea.Open.DAO.Unqueryable.UnqueryableDaLayer.UnqueryableDaLayer C# (CSharp) Method

UnqueryableDaLayer() protected method

Instantiates the data access layer with the connection descriptor for the data source.
protected UnqueryableDaLayer ( IConnectionDescriptor connDesc, bool supportsNumRecords ) : Azavea.Open.DAO.Criteria
connDesc IConnectionDescriptor The connection descriptor that is being used by this FastDaoLayer.
supportsNumRecords bool If true, methods that return numbers of records affected will be /// returning accurate numbers. If false, they will probably return /// FastDAO.UNKNOWN_NUM_ROWS.
return Azavea.Open.DAO.Criteria
        protected UnqueryableDaLayer(IConnectionDescriptor connDesc, bool supportsNumRecords)
            : base(connDesc, supportsNumRecords)
        {
        }