Creates an object that can be passed into the find()
function to locate a record that matches specified criteria. Criteria is a value that contains a statement specifying a single
column name, comparison operator, and a value to use in the search.
AGDBSet
AGDBSearch createSearch(String criteria);
None
dbset.createSearch(criteria);
AGDBSearch* AVcreateSearch( AGDBSet* dbset, PODSString criteria );
dbset The AGDBSet
object.
criteria [in] The search criteria to use. See Specifying search criteria.
An AGDBSearch
object that can be passed to find( )
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |