C# (CSharp) Azavea.Open.DAO.Unqueryable Namespace

Classes

Name Description
UnqueryableDaLayer A base class for data access layers that have no native query support and instead have to manually implement querying.
UnqueryableQuery A query intended to be run against a data source that does not have any native query mechanism. Therefore this class merely stores the criteria used for the query, to be later used when manually processing the contents of the data source.