Changed IQuery's FilterSelection method to take an IDBFilter instance as a parameter instead of a callback function. Changed implementation in TQuery to use the new filter and to use Database.SelectSnippets instead of _Database.Select to perform actual selection.