History  | 
Unfilter (database statements) 
Purpose 
Requeries the record set without the WHERE clause specified by the Filter method. 
Calling the Unfilter method is equivalent to calling the Filter method with a WHERE clause of "". Unfilter removes the current Filter WHERE clause and returns the complete unfiltered record set. 
Syntax 
DBStatement.Unfilter 
Compliance: 
Core level 
 | ||