Azavea.Open.DAO.AbstractDaLayer.DisposeOfQuery C# (CSharp) Method

DisposeOfQuery() public abstract method

Should be called when you're done with the query. Allows us to cache the objects for reuse.
public abstract DisposeOfQuery ( IDaQuery query ) : void
query IDaQuery Query you're done using.
return void
        public abstract void DisposeOfQuery(IDaQuery query);