GetQueryDbIdList
Description
Returns the list of DBIDs parallel to the names returned from the GetQueryList method, with the same query type argument value.
Note: This method is for Windows™ only.
Note: For more information on DBIDs, see Working with records
Syntax
VBScript
workspace.GetQueryDbIdList
querytype
Perl
$workspace->GetQueryDbIdList
(querytype);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- querytype
- The type of queries to return.
- public queries
- personal queries
- all public and personal queries
For Visual Basic, this value corresponds to one of the WorkspaceQueryType constants.
- Return value
- For Visual Basic, an array of Variants (each containing
a string) that make up the list of DBIDs parallel to the names returned
from GetQueryList. Each String contains one DBID.
For Perl, returns a reference to an array of strings.