Azavea.Open.DAO.Memory.AbstractMemoryIndex.GetPossibleMatches C# (CSharp) Метод

GetPossibleMatches() публичный абстрактный Метод

Uses the index to return the smallest number of possible matches for this criteria.
public abstract GetPossibleMatches ( DaoCriteria crit ) : IList
crit Azavea.Open.DAO.Criteria.DaoCriteria The query being run.
Результат IList
        public abstract IList<MemoryObject> GetPossibleMatches(DaoCriteria crit);