Previous Topic: QueryAuthenticateUser Method—Sets or Retrieves a Query that Fetches a User's Password

Next Topic: QueryGetGroupProp Method—Sets or Retrieves a Query that Fetches the Value of a Group Property

QueryEnumerate Method—Sets or Retrieves a Query that Lists the Names of User Objects

The QueryEnumerate method sets or retrieves a query that lists the names of user objects in the directory.

Syntax

The QueryEnumerate method has the following format:

Netegrity::PolicyMgtODBCQueryScheme‑>QueryEnumerate([queryEnumerate])

Parameters

The QueryEnumerate method accepts the following parameter:

queryEnumerate (string)

(Optional) Specifies the query that lists the names of user objects in the directory.

Return Value

The QueryEnumerate method returns one of the following values:

Remarks

Sample query (based on the SiteMinder sample database schema SmSampleUsers):

select Name, 'Group' as Class from SmGroup order by Class


Copyright © 2010 CA. All rights reserved. Email CA about this topic