Azavea.Open.DAO.AbstractDaLayer.DisposeOfQuery C# (CSharp) 메소드

DisposeOfQuery() 공개 추상적인 메소드

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.
리턴 void
        public abstract void DisposeOfQuery(IDaQuery query);