Azavea.Open.DAO.Memory.AbstractMemoryIndex.GetPossibleMatches C# (CSharp) Méthode

GetPossibleMatches() public abstract méthode

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.
Résultat IList
        public abstract IList<MemoryObject> GetPossibleMatches(DaoCriteria crit);