C# (CSharp) Azavea.Open.DAO.Unqueryable 네임스페이스

클래스들

이름 설명
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.