Previous Topic: QueryLookup Method—Sets or Retrieves a Query that Fetches Objects

Next Topic: QueryLookupUser Method—Sets or Retrieves a Query that Fetches a User Name

QueryLookupGroup Method—Sets or Retrieves a Query that Fetches a Group Name

The QueryLookupGroup method sets or retrieves a query that fetches a group name based on a property specified in a group table.

Syntax

The QueryLookupGroup method has the following format:

Netegrity::PolicyMgtODBCQueryScheme‑>QueryLookupGroup([queryLookupGrp])

Parameters

The QueryLookupGroup method accepts the following parameter:

queryLookupGrp (string)

(Optional) Specifies the query that fetches the group name.

Return Value

The QueryLookupGroup method returns one of the following values:

Remarks

Sample query (based on the SiteMinder sample database schema SmSampleUsers). The %s expression is a placeholder for a parameter to be supplied by SiteMinder when the query is executed:

select Name, 'Group' as Class from SmGroup where %s


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